„.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 . - docker build --no-cache -t gulp-node:${DRONE_COMMIT} -f Scripte/Dockerfile .
- name: Run Gulp - name: Run Gulp
image: gulp-node:latest image: gulp-node:${DRONE_COMMIT}
pull: if-not-exists
commands: commands:
- npm install - npm install
- gulp - gulp