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

This commit is contained in:
an 2018-02-22 22:19:43 +00:00
parent 3a9e863ec7
commit 9271eebb0d
1 changed files with 4 additions and 4 deletions

View File

@ -25,11 +25,11 @@
- cat version.go - cat version.go
build_docker: build_docker:
image: plugins/docker image: plugins/docker
environment:
commands: commands:
- REV=$(git rev-list HEAD --count) - REV=$DRONE_COMMIT_BRANCH-$(git rev-list HEAD --count)
- docker build -t dr.dnix.de/mmflokati:${DRONE_COMMIT_BRANCH}-${REV} repo: dr.dnix.de/${DRONE_REPO_NAME}
- docker push dr.dnix.de/mmflokati:${DRONE_COMMIT_BRANCH}-${REV} tags:
- ${REV}
deploy: deploy:
image: ubuntu:16.04 image: ubuntu:16.04
commands: commands: