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