testing a change to the pipeline

This commit is contained in:
Luke Robles 2017-08-05 12:28:40 -07:00
parent 8110531b9b
commit 5234d91d4b

View File

@ -11,6 +11,12 @@ options:
image: python:3.6.2
pipelines:
default:
- step:
script:
- echo "Making sure the python actually runs"
- pip install docker discord.py pybooru requests
- python dragon-bot.py test
branches:
master:
- step:
@ -25,9 +31,6 @@ pipelines:
feature/*:
- step:
script:
- echo "Making sure the python actually runs"
- pip install docker discord.py pybooru requests
- python dragon-bot.py test
# Only build iamges, dont push when we're on a feature branch
- export IMAGE_NAME=ldooks/dragon-bot:latest
# build the Docker image (this will use the Dockerfile in the root of the repo)