trying again
This commit is contained in:
parent
15f047d7ac
commit
745f0bcb03
@ -10,12 +10,6 @@ options:
|
||||
docker: true
|
||||
|
||||
pipelines:
|
||||
image: python:3.6.2-slim
|
||||
pipelines:
|
||||
default:
|
||||
- step:
|
||||
script:
|
||||
- python dragon-bot.py test
|
||||
branches:
|
||||
master:
|
||||
- step:
|
||||
@ -28,6 +22,11 @@ pipelines:
|
||||
# push the new Docker image to the Docker registry
|
||||
- docker push $IMAGE_NAME
|
||||
feature/*:
|
||||
- step:
|
||||
script:
|
||||
- echo "Making sure the python actually runs"
|
||||
- pip install docker discord.py pybooru requests
|
||||
- python dragon-bot.py test
|
||||
- step:
|
||||
script:
|
||||
# Only build iamges, dont push when we're on a feature branch
|
||||
|
Loading…
x
Reference in New Issue
Block a user