Update .gitlab-ci.yml file

This commit is contained in:
2021-03-03 01:08:52 +00:00
parent 6e3673fced
commit f568d5ba5b

View File

@@ -1,14 +1,13 @@
# This file is a template, and might need editing before it works on your project.
docker-build-master:
# Official docker image.
image: docker:19.03.0-dind
stage: build
image: docker:18.09-dind
services:
- docker:dind
- docker:18.09-dind
variables:
DOCKER_HOST: tcp://docker:2375
#DOCKER_DRIVER: overlay2
DOCKER_HOST: tcp://localhost:2375
DOCKER_DRIVER: overlay2
DOCKER_TLS_CERTDIR: ""
# variables: