package/deploy: don't clean up first, we need those files
This commit is contained in:
parent
74c07a51e9
commit
fe80e4975e
|
@ -13,5 +13,6 @@ script:
|
||||||
deploy:
|
deploy:
|
||||||
provider: script
|
provider: script
|
||||||
script: deploy.bash
|
script: deploy.bash
|
||||||
|
skip_cleanup: true
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
|
|
Loading…
Reference in New Issue