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