From 5234d91d4b13870f9195150242517d0afc3cee46 Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Sat, 5 Aug 2017 12:28:40 -0700 Subject: [PATCH] testing a change to the pipeline --- bitbucket-pipelines.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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)