Drone: disable TLS on DinD daemon
continuous-integration/drone Build is failing Details

master
Garrett Mills 1 year ago
parent c5ef755c3f
commit 7d3065fb99

@ -11,6 +11,8 @@ services:
- name: dind-daemon
image: docker:dind
privileged: true
environment:
DOCKER_TLS_CERTDIR: ""
steps:
- name: node.js build

Loading…
Cancel
Save