.
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Giles Bradshaw 2020-08-12 13:07:26 +01:00
parent c03054a23c
commit aa19c3fb61
3 changed files with 2 additions and 3 deletions

View File

@ -74,7 +74,6 @@ steps:
image: docker:dind
commands:
- set -e
- sleep 15
- docker login $${LOCAL_DOCKER_REGISTRY} --username client --password "$${LOCAL_REGISTRY_PASSWORD}"
- cd docker-dind
- echo "$${CA_CRT}" > CA_crt.crt

View File

@ -82,7 +82,6 @@ local util = import 'lib/util.libsonnet';
],
commands: [
'set -e',
'sleep 15',
'docker login $${LOCAL_DOCKER_REGISTRY} --username client --password "$${LOCAL_REGISTRY_PASSWORD}"',
'cd docker-dind',
'echo "$${CA_CRT}" > CA_crt.crt',

View File

@ -1,2 +1,3 @@
drone jsonnet --source .drone/drone-home.jsonnet --target .drone/.drone-home.yml --stream \
&& git add .drone/.drone-home.yml
&& git add .drone/.drone-home.yml \
&& echo "jsonnet built"