updating readme and testing double dollar signs to get passwords into gitlab runner docker nodes

This commit is contained in:
Luke Robles 2018-03-29 13:22:04 -07:00
parent 6db4d657cd
commit fd63ed494a
2 changed files with 3 additions and 2 deletions

View File

@ -22,7 +22,7 @@ linting_python:
build_and_push_container: build_and_push_container:
stage: deploy stage: deploy
script: script:
- docker login -u ldooks -p $DOCKER_PASSWORD - docker login -u ldooks -p $$DOCKER_PASSWORD
- docker build -t ldooks/dragon-bot:latest . - docker build -t ldooks/dragon-bot:latest .
- docker push ldooks/dragon-bot:latest - docker push ldooks/dragon-bot:latest
only: only:

View File

@ -1,6 +1,7 @@
[![pipeline status](https://gitlab.com/ldooks/dragon-bot/badges/master/pipeline.svg)](https://gitlab.com/ldooks/dragon-bot/commits/master)
# README # # README #
A discord bot for the trifecta discord channel A discord bot for fun
### What does this bot do? ### ### What does this bot do? ###
* A quick and dirty explanation would be to read the `help.py` file, but to give a summary * A quick and dirty explanation would be to read the `help.py` file, but to give a summary