„.drone.yml“ ändern

This commit is contained in:
Christian Seyfferth 2020-05-07 10:21:51 +02:00
parent 75cbc91f48
commit f26923af49

View File

@ -12,8 +12,7 @@ steps:
- docker build --no-cache -t gulp-node:${DRONE_COMMIT} -f Scripte/Dockerfile .
- name: Run Gulp
image: gulp-node:latest
pull: if-not-exists
image: gulp-node:${DRONE_COMMIT}
commands:
- npm install
- gulp