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

This commit is contained in:
an 2018-02-22 22:24:57 +00:00
parent aedec72936
commit a9b045acef
1 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,8 @@
- REV=$DRONE_COMMIT_BRANCH-$(git rev-list HEAD --count) - REV=$DRONE_COMMIT_BRANCH-$(git rev-list HEAD --count)
repo: dr.dnix.de/${DRONE_REPO_NAME} repo: dr.dnix.de/${DRONE_REPO_NAME}
tags: tags:
- ${REV} - $DRONE_COMMIT_BRANCH-$(git rev-list HEAD --count)
- latest
deploy: deploy:
image: ubuntu:16.04 image: ubuntu:16.04
commands: commands: