disable TLS in dind
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
kleph 2020-02-15 12:09:36 +01:00
parent 5702533d1b
commit 563c724e82

View file

@ -30,5 +30,7 @@ steps:
services:
- name: docker
image: docker:dind
environment:
DOCKER_TLS_CERTDIR: ""
command: [ "--storage-driver=vfs", "--tls=false" ]
privileged: true