do i need to take out after_success???

This commit is contained in:
Cassie Tarakajian 2018-08-27 18:01:30 -04:00
parent 0930cf96f7
commit 49ab573eff
1 changed files with 1 additions and 3 deletions

View File

@ -19,10 +19,8 @@ install: true
script:
- docker-compose exec -T app npm run test --verbose
after_success:
- docker-compose stop
before_deploy:
- docker-compose stop
- if [ ! -d "$HOME/google-cloud-sdk/bin" ]; then rm -rf $HOME/google-cloud-sdk; export CLOUDSDK_CORE_DISABLE_PROMPTS=1; curl https://sdk.cloud.google.com | bash; fi
- source /home/travis/google-cloud-sdk/path.bash.inc
- gcloud --quiet version