package/deploy: don't clean up first, we need those files

This commit is contained in:
Ernest W Durbin III 2019-02-23 13:19:00 -05:00
parent 74c07a51e9
commit fe80e4975e
No known key found for this signature in database
GPG Key ID: 4F19322DF3FFA2D5
1 changed files with 1 additions and 0 deletions

View File

@ -13,5 +13,6 @@ script:
deploy:
provider: script
script: deploy.bash
skip_cleanup: true
on:
branch: master