testing a change to the pipeline
This commit is contained in:
parent
8110531b9b
commit
5234d91d4b
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user