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

This commit is contained in:
an 2018-02-22 21:20:04 +00:00
parent 767cd51025
commit 066adec21d
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@ pipeline:
environment: environment:
- IMAGE=dr.dnix.de/$DRONE_REPO_NAME - IMAGE=dr.dnix.de/$DRONE_REPO_NAME
- REV=$(git rev-list HEAD --count) - REV=$(git rev-list HEAD --count)
repo: $IMAGE repo: ${IMAGE}
tags: [ $REV, latest ] tags: [ ${REV}, latest ]
deploy: deploy:
image: ubuntu:16.04 image: ubuntu:16.04
commands: commands: