'.drone.yml' ändern
the build failed
Details
the build failed
Details
This commit is contained in:
parent
56d695868f
commit
fb2ce9be76
|
@ -1,10 +1,7 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
prebuild:
|
prebuild:
|
||||||
image: golang:1.9
|
image: golang:1.9
|
||||||
environment:
|
|
||||||
- FOO: $foo
|
|
||||||
commands:
|
commands:
|
||||||
- echo $FOO
|
|
||||||
- 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)
|
||||||
- BUILDDATE=$(date)
|
- BUILDDATE=$(date)
|
||||||
|
@ -34,7 +31,7 @@
|
||||||
tags:
|
tags:
|
||||||
- latest
|
- latest
|
||||||
deploy:
|
deploy:
|
||||||
image: ubuntu:16.04
|
image: busybox
|
||||||
environment:
|
environment:
|
||||||
- K8S_SSH_PRIVATE_KEY: ${K8S_SSH_PRIVATE_KEY}
|
- K8S_SSH_PRIVATE_KEY: ${K8S_SSH_PRIVATE_KEY}
|
||||||
- K8S_SSH_PUBLIC_KEY: ${K8S_SSH_PUBLIC_KEY}
|
- K8S_SSH_PUBLIC_KEY: ${K8S_SSH_PUBLIC_KEY}
|
||||||
|
|
Loading…
Reference in New Issue