Skip to content
Snippets Groups Projects
Commit c5c4fb61 authored by Brice Copy's avatar Brice Copy
Browse files

Update .gitlab-ci.yml

parent c904f485
No related branches found
No related tags found
No related merge requests found
Pipeline #1112515 failed
......@@ -10,7 +10,7 @@ deploy baseline image:
services:
- docker:19.03.0-dind
variables:
DOCKER_HOST: tcp://docker:2375/
DOCKER_HOST: tcp://docker:2375
DOCKER_DRIVER: overlay2
DOCKER_TLS_CERTDIR: ""
script:
......@@ -30,7 +30,7 @@ deploy eyodf image with dind:
services:
- docker:19.03.0-dind
variables:
DOCKER_HOST: tcp://docker:2375/
DOCKER_HOST: tcp://docker:2375
DOCKER_DRIVER: overlay2
DOCKER_TLS_CERTDIR: ""
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