'.drone.yml' ändern
the build failed Details

This commit is contained in:
an 2018-02-22 22:04:03 +00:00
parent 40a7a49e4b
commit 3a9e863ec7
1 changed files with 1 additions and 3 deletions

View File

@ -28,9 +28,7 @@
environment:
commands:
- REV=$(git rev-list HEAD --count)
- docker build -t dr.dnix.de/mmflokati:latest
- docker tag dr.dnix.de/mmflokati:latest dr.dnix.de/mmflokati:${DRONE_COMMIT_BRANCH}-${REV}
- docker push dr.dnix.de/mmflokati:latest
- docker build -t dr.dnix.de/mmflokati:${DRONE_COMMIT_BRANCH}-${REV}
- docker push dr.dnix.de/mmflokati:${DRONE_COMMIT_BRANCH}-${REV}
deploy:
image: ubuntu:16.04