'.drone.yml' ändern
the build failed
Details
the build failed
Details
This commit is contained in:
parent
c2cf539acc
commit
772f9cae2c
|
@ -26,11 +26,12 @@ pipeline:
|
||||||
build_docker:
|
build_docker:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
environment:
|
environment:
|
||||||
|
commands:
|
||||||
- REV=$(git rev-list HEAD --count)
|
- REV=$(git rev-list HEAD --count)
|
||||||
repo: dr.dnix.de/mmflokati
|
repo: dr.dnix.de/mmflokati
|
||||||
tags:
|
tags:
|
||||||
- latest
|
- latest
|
||||||
- ${REV}
|
- ${DRONE_COMMIT_BRANCH}-${REV}
|
||||||
deploy:
|
deploy:
|
||||||
image: ubuntu:16.04
|
image: ubuntu:16.04
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Reference in New Issue