„.drone.yml“ ändern

Fehlender Pfad
This commit is contained in:
Christian Seyfferth 2020-05-07 10:18:11 +02:00
parent a2c03de653
commit 75cbc91f48

View File

@ -9,7 +9,7 @@ steps:
- name: docker_sock
path: /var/run/docker.sock
commands:
- 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
image: gulp-node:latest