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

shnee 4 years ago
parent 12ee803965
commit 6ae6692e9a

@ -16,7 +16,7 @@ steps:
services:
- name: docker
image: docker:dind
image: shnee/dind
privileged: true
volumes:
- name: dockersock

@ -1,4 +1,5 @@
FROM docker:dind
# FROM docker:dind
FROM docker:19.03-dind
RUN apk add --no-cache \
make

Loading…
Cancel
Save