Skip to content
Snippets Groups Projects
Commit 57292778 authored by Thibault VINCENT's avatar Thibault VINCENT
Browse files

Fix CI for newer Docker image

Setting DOCKER_HOST won't work now that TLS is enabled by default.
The entrypoint for the Docker image will autodetect that.
parent f55cf98b
No related branches found
No related tags found
No related merge requests found
Pipeline #42476 failed
......@@ -7,9 +7,6 @@ stages:
services:
- docker:dind
variables:
DOCKER_HOST: tcp://localhost:2375
build:
stage: build
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment