trying again

This commit is contained in:
Luke Robles 2017-08-05 12:19:51 -07:00
parent 15f047d7ac
commit 745f0bcb03

View File

@ -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