'.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: 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