stupid travis

This commit is contained in:
David Newhall II 2021-04-17 14:00:32 -07:00
parent 291c5257b2
commit cadf7e0880
1 changed files with 2 additions and 0 deletions

View File

@ -80,6 +80,7 @@ deploy:
dist: ubuntu/focal dist: ubuntu/focal
local-dir: release local-dir: release
package_glob: "*.deb" package_glob: "*.deb"
skip_cleanup: true
cleanup: false cleanup: false
on: on:
branch: unstable branch: unstable
@ -92,6 +93,7 @@ deploy:
dist: el/6 dist: el/6
local-dir: release local-dir: release
package_glob: "*.rpm" package_glob: "*.rpm"
skip_cleanup: true
cleanup: false cleanup: false
on: on:
branch: unstable branch: unstable