revertin double dollar sign and trying this again with privleged set to true for the gitlab-runner config

This commit is contained in:
Luke Robles 2018-03-29 13:26:53 -07:00
parent fd63ed494a
commit 71209b8cdd

View File

@ -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: