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

This commit is contained in:
an 2018-02-22 22:54:57 +00:00
parent 37ffdd18aa
commit d7e0d38903
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@
deploy:
image: ubuntu:16.04
commands:
- apt get update
- apt get -y upgrade
- apt update
- apt -y upgrade
- apt install -y git
- IMAGE=dr.dnix.de/$DRONE_REPO_NAME
- BRANCH=$DRONE_COMMIT_BRANCH