'.drone.yml' ändern
the build failed
Details
the build failed
Details
This commit is contained in:
parent
886c840001
commit
37ffdd18aa
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue