diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 2a4ed12b..3a4fa233 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -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)