trying again
This commit is contained in:
parent
745f0bcb03
commit
75c77744a8
@ -27,9 +27,7 @@ pipelines:
|
|||||||
- echo "Making sure the python actually runs"
|
- echo "Making sure the python actually runs"
|
||||||
- pip install docker discord.py pybooru requests
|
- pip install docker discord.py pybooru requests
|
||||||
- python dragon-bot.py test
|
- python dragon-bot.py test
|
||||||
- step:
|
# Only build iamges, dont push when we're on a feature branch
|
||||||
script:
|
- export IMAGE_NAME=ldooks/dragon-bot:latest
|
||||||
# Only build iamges, dont push when we're on a feature branch
|
# build the Docker image (this will use the Dockerfile in the root of the repo)
|
||||||
- export IMAGE_NAME=ldooks/dragon-bot:latest
|
- docker build -t $IMAGE_NAME .
|
||||||
# build the Docker image (this will use the Dockerfile in the root of the repo)
|
|
||||||
- docker build -t $IMAGE_NAME .
|
|
Loading…
x
Reference in New Issue
Block a user