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

Loading…
Cancel
Save