Commit f06150de authored by Baranovskyi's avatar Baranovskyi
Browse files

Update .gitlab-ci.yml file

parent 1c78b75e
Pipeline #10511 failed
......@@ -18,11 +18,14 @@ variables:
DOCKER_HOST: tcp://docker:2375
DOCKER_DRIVER: overlay2
DOCKER_TLS_CERTDIR: ""
DOCKER_HOST: "unix:///var/run/docker.sock"
build-docker-image:
image: docker:latest
stage: build
services:
- docker:dind
variables:
- name: docker:dind
command: ["--tls=false"]
before_script:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment