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
|
image: python:3.6.2
|
||||||
pipelines:
|
pipelines:
|
||||||
|
default:
|
||||||
|
- step:
|
||||||
|
script:
|
||||||
|
- echo "Making sure the python actually runs"
|
||||||
|
- pip install docker discord.py pybooru requests
|
||||||
|
- python dragon-bot.py test
|
||||||
branches:
|
branches:
|
||||||
master:
|
master:
|
||||||
- step:
|
- step:
|
||||||
@ -25,9 +31,6 @@ pipelines:
|
|||||||
feature/*:
|
feature/*:
|
||||||
- step:
|
- step:
|
||||||
script:
|
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
|
# Only build iamges, dont push when we're on a feature branch
|
||||||
- export IMAGE_NAME=ldooks/dragon-bot:latest
|
- export IMAGE_NAME=ldooks/dragon-bot:latest
|
||||||
# build the Docker image (this will use the Dockerfile in the root of the repo)
|
# build the Docker image (this will use the Dockerfile in the root of the repo)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user