Update .gitlab-ci.yml file
This commit is contained in:
@@ -5,8 +5,13 @@ docker-build-master:
|
|||||||
stage: build
|
stage: build
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:dind
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
|
DOCKER_HOST: tcp://localhost:2375
|
||||||
|
DOCKER_DRIVER: overlay2
|
||||||
|
DOCKER_TLS_CERTDIR: ""
|
||||||
|
|
||||||
|
# variables:
|
||||||
#DOCKER_HOST: tcp://localhost:2375
|
#DOCKER_HOST: tcp://localhost:2375
|
||||||
#DOCKER_DRIVER: overlay2
|
#DOCKER_DRIVER: overlay2
|
||||||
#DOCKER_TLS_CERTDIR: ""
|
#DOCKER_TLS_CERTDIR: ""
|
||||||
|
|||||||
Reference in New Issue
Block a user