From 38981f5de1f02e3f4b9f4d57cf876f51dd3533ff Mon Sep 17 00:00:00 2001 From: luke Date: Sat, 17 Aug 2019 10:42:49 -0700 Subject: [PATCH] testing fix to gitlab.yml file --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4e0f8a15..bed4092b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,6 +20,11 @@ build_and_push_container: - apk add --no-cache python3 - pip3 install -r app/requirements.txt stage: deploy + variables: + DOCKER_HOST: tcp://docker:2375/ + DOCKER_DRIVER: overlay2 + # See https://github.com/docker-library/docker/pull/166 + DOCKER_TLS_CERTDIR: "" script: - docker login -u ldooks -p $DOCKER_PASSWORD - docker build -t ldooks/dragon-bot:latest .