Adding pipeline.yml file

This commit is contained in:
Luke Robles 2017-08-17 16:22:02 -07:00
parent 0f3415d6a0
commit acb4449ecd

View File

@ -22,7 +22,7 @@ linting_python:
building_docker_container: building_docker_container:
stage: build stage: build
script: script:
- docker build -t dragon-bot:latest . - docker build -t ldooks/dragon-bot:latest .
only: only:
- master - master