updating pipeline script

This commit is contained in:
luke 2017-08-04 22:49:58 -07:00
parent e5013f632b
commit e4cc526bea

View File

@ -25,5 +25,6 @@ pipelines:
- 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 .