Drone: disable TLS on DinD daemon
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
Garrett Mills 2022-11-29 01:01:27 -06:00
parent c5ef755c3f
commit 7d3065fb99

View File

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