debug
continuous-integration/drone/push Build is failing Details
continuous-integration/drone Build is failing Details

init
shnee 3 years ago
parent 4ab06a04de
commit b0362c78df

@ -20,7 +20,7 @@ steps:
- name: build
image: docker.shnee.net/shnee/dind:19.03
privileged: true
# privileged: true
# image: docker:dind
# pull: always
volumes:
@ -35,7 +35,7 @@ steps:
from_secret: dockerconfig
commands:
# Give docker enough time to start.
- sleep 10
- sleep 600
- mkdir -p ~/.docker
- echo "$DOCKER_CONFIG" | tee ~/.docker/config.json
# - sleep 600
@ -66,7 +66,7 @@ steps:
services:
- name: docker
image: docker.shnee.net/shnee/cicd:19.03
image: docker.shnee.net/shnee/dind:19.03
privileged: true
volumes:
- name: dockersock

Loading…
Cancel
Save