Removes duplicate build command

This commit is contained in:
Aaron Louie 2020-04-03 10:09:06 -04:00
parent b0e49943a0
commit f501fc47fb
2 changed files with 1 additions and 7 deletions

View File

@ -28,15 +28,9 @@ script:
- coverage xml -i
- sonar-scanner
# Would be better to directly test the docker image, may require setting
# up a docker-compose with postgres image and this docker image and connecting
# them. Which was getting ugly.
before_deploy:
- docker build -t sartography/cr-connect-workflow .
deploy:
provider: script
script: bash docker_push.sh
script: bash deploy.sh
on:
branch: master