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

This commit is contained in:
an 2018-02-22 22:50:18 +00:00
parent 886c840001
commit 37ffdd18aa
1 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,9 @@
deploy:
image: ubuntu:16.04
commands:
- apt get update
- apt get -y upgrade
- apt install -y git
- IMAGE=dr.dnix.de/$DRONE_REPO_NAME
- BRANCH=$DRONE_COMMIT_BRANCH
- REV=$(git rev-list HEAD --count)