pipeline debug
continuous-integration/drone/push Build encountered an error Details
continuous-integration/drone Build is passing Details

drone
shnee 4 years ago
parent a855c6646c
commit f2a099fd5d

@ -12,3 +12,15 @@ steps:
commands:
- sleep 5 # give docker enough time to start
- docker ps -a
services:
- name: docker
image: docker:dind
privileged: true
volumes:
- name: dockersock
path: /var/run
volumes:
- name: dockersock
temp: {}

Loading…
Cancel
Save