From 75c77744a80d473bf162163621f16058c69d9855 Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Sat, 5 Aug 2017 12:20:57 -0700 Subject: [PATCH] trying again --- bitbucket-pipelines.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 820c17c5..e039dc8c 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -27,9 +27,7 @@ pipelines: - 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 - - export IMAGE_NAME=ldooks/dragon-bot:latest - # build the Docker image (this will use the Dockerfile in the root of the repo) - - docker build -t $IMAGE_NAME . \ No newline at end of file + # 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) + - docker build -t $IMAGE_NAME . \ No newline at end of file