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