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