'.drone.yml' ändern
the build failed
Details
the build failed
Details
This commit is contained in:
parent
37ffdd18aa
commit
d7e0d38903
|
@ -33,8 +33,8 @@
|
||||||
deploy:
|
deploy:
|
||||||
image: ubuntu:16.04
|
image: ubuntu:16.04
|
||||||
commands:
|
commands:
|
||||||
- apt get update
|
- apt update
|
||||||
- apt get -y upgrade
|
- apt -y upgrade
|
||||||
- apt install -y git
|
- apt install -y git
|
||||||
- IMAGE=dr.dnix.de/$DRONE_REPO_NAME
|
- IMAGE=dr.dnix.de/$DRONE_REPO_NAME
|
||||||
- BRANCH=$DRONE_COMMIT_BRANCH
|
- BRANCH=$DRONE_COMMIT_BRANCH
|
||||||
|
|
Loading…
Reference in New Issue