From 0151c3cea686f8b64a844e0b392039013f20aa4f Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Thu, 29 Mar 2018 13:26:53 -0700 Subject: [PATCH] revertin double dollar sign and trying this again with privleged set to true for the gitlab-runner config --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 44f97dc5..235bd2c7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,7 @@ linting_python: build_and_push_container: stage: deploy script: - - docker login -u ldooks -p $$DOCKER_PASSWORD + - docker login -u ldooks -p $DOCKER_PASSWORD - docker build -t ldooks/dragon-bot:latest . - docker push ldooks/dragon-bot:latest only: