Skip to content
Snippets Groups Projects
Commit b17c183b authored by David Mehren's avatar David Mehren
Browse files

Disable Docker TLS to workaround CI bug

parent f34458c2
Branches
No related tags found
No related merge requests found
Pipeline #1345 passed
...@@ -4,6 +4,7 @@ variables: ...@@ -4,6 +4,7 @@ variables:
DOCKER_HOST: tcp://docker:2375/ DOCKER_HOST: tcp://docker:2375/
DOCKER_DRIVER: overlay2 DOCKER_DRIVER: overlay2
IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG
DOCKER_TLS_CERTDIR: ''
services: services:
- docker:dind - docker:dind
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment