Fixed cleanup skip
This commit is contained in:
parent
eb0b312cc8
commit
238a493d65
1 changed files with 2 additions and 0 deletions
|
@ -27,10 +27,12 @@ deploy:
|
||||||
- provider: script
|
- provider: script
|
||||||
script: "bash scripts/travis_deploy_dev_server.sh"
|
script: "bash scripts/travis_deploy_dev_server.sh"
|
||||||
cleanup: false
|
cleanup: false
|
||||||
|
skip_cleanup: true
|
||||||
on:
|
on:
|
||||||
branch: develop
|
branch: develop
|
||||||
- provider: script
|
- provider: script
|
||||||
cleanup: false
|
cleanup: false
|
||||||
|
skip_cleanup: true
|
||||||
script: "bash scripts/travis_deploy_github.sh"
|
script: "bash scripts/travis_deploy_github.sh"
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
Loading…
Add table
Reference in a new issue