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