do i need to take out after_success???
This commit is contained in:
parent
0930cf96f7
commit
49ab573eff
1 changed files with 1 additions and 3 deletions
|
@ -19,10 +19,8 @@ install: true
|
||||||
script:
|
script:
|
||||||
- docker-compose exec -T app npm run test --verbose
|
- docker-compose exec -T app npm run test --verbose
|
||||||
|
|
||||||
after_success:
|
|
||||||
- docker-compose stop
|
|
||||||
|
|
||||||
before_deploy:
|
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
|
- 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
|
- source /home/travis/google-cloud-sdk/path.bash.inc
|
||||||
- gcloud --quiet version
|
- gcloud --quiet version
|
||||||
|
|
Loading…
Reference in a new issue