Docker Socket no longer possible on GitLab Runner v11.11+

This commit is contained in:
William Miceli
2019-07-31 21:04:11 -04:00
parent bc73a3e62e
commit 82fd459549

View File

@@ -9,10 +9,8 @@ stages:
- Push Images
variables:
DOCKER_HOST: unix:///var/run/docker.sock
# DOCKER_HOST: tcp://docker:2375/
DOCKER_DRIVER: overlay2
GIT_STRATEGY: clone
build-base:
stage: Build Base