'.drone.yml' ändern
the build failed
Details
the build failed
Details
This commit is contained in:
parent
fb2ce9be76
commit
178013c6af
|
@ -1,6 +1,8 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
prebuild:
|
prebuild:
|
||||||
image: golang:1.9
|
image: golang:1.9
|
||||||
|
environment:
|
||||||
|
- FOO: $$FOO
|
||||||
commands:
|
commands:
|
||||||
- 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)
|
||||||
|
|
Loading…
Reference in New Issue