'.drone.yml' ändern
the build failed
Details
the build failed
Details
This commit is contained in:
parent
3a9e863ec7
commit
9271eebb0d
|
@ -25,11 +25,11 @@
|
||||||
- cat version.go
|
- cat version.go
|
||||||
build_docker:
|
build_docker:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
environment:
|
|
||||||
commands:
|
commands:
|
||||||
- REV=$(git rev-list HEAD --count)
|
- REV=$DRONE_COMMIT_BRANCH-$(git rev-list HEAD --count)
|
||||||
- docker build -t dr.dnix.de/mmflokati:${DRONE_COMMIT_BRANCH}-${REV}
|
repo: dr.dnix.de/${DRONE_REPO_NAME}
|
||||||
- docker push dr.dnix.de/mmflokati:${DRONE_COMMIT_BRANCH}-${REV}
|
tags:
|
||||||
|
- ${REV}
|
||||||
deploy:
|
deploy:
|
||||||
image: ubuntu:16.04
|
image: ubuntu:16.04
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Reference in New Issue