fix: Add DOCKER_HOST to pipeline

This commit is contained in:
2019-11-28 23:08:35 +01:00
parent d6e6fdbe75
commit a943873146
+7 -1
View File
@@ -1,4 +1,10 @@
job1:
stages:
- build
variables:
DOCKER_HOST: tcp://docker:2375/
build:
stage: build
image: buildtool/build-tools:0.0.6
services: