testing fix to gitlab.yml file

This commit is contained in:
luke 2019-08-17 10:42:49 -07:00
parent cc248a5d1d
commit 38981f5de1

View File

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