'.drone.yml' ändern
the build failed
Details
the build failed
Details
This commit is contained in:
parent
767cd51025
commit
066adec21d
|
@ -30,8 +30,8 @@ pipeline:
|
|||
environment:
|
||||
- IMAGE=dr.dnix.de/$DRONE_REPO_NAME
|
||||
- REV=$(git rev-list HEAD --count)
|
||||
repo: $IMAGE
|
||||
tags: [ $REV, latest ]
|
||||
repo: ${IMAGE}
|
||||
tags: [ ${REV}, latest ]
|
||||
deploy:
|
||||
image: ubuntu:16.04
|
||||
commands:
|
||||
|
|
Loading…
Reference in New Issue