From 745f0bcb033db2e0e88ef48f9285f217d9ff74c8 Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Sat, 5 Aug 2017 12:19:51 -0700 Subject: [PATCH] trying again --- bitbucket-pipelines.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index f6bb14f0..820c17c5 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -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