'.drone.yml' ändern
the build failed Details

This commit is contained in:
an 2018-02-24 07:32:09 +00:00
parent 178013c6af
commit 86c14ea59e
1 changed files with 4 additions and 3 deletions

View File

@ -2,8 +2,9 @@
prebuild: prebuild:
image: golang:1.9 image: golang:1.9
environment: environment:
- FOO: $$FOO - 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)
@ -35,8 +36,8 @@
deploy: deploy:
image: busybox 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}
commands: commands:
- apt update - apt update
- apt -y upgrade - apt -y upgrade