stupid travis
This commit is contained in:
parent
291c5257b2
commit
cadf7e0880
|
|
@ -80,6 +80,7 @@ deploy:
|
|||
dist: ubuntu/focal
|
||||
local-dir: release
|
||||
package_glob: "*.deb"
|
||||
skip_cleanup: true
|
||||
cleanup: false
|
||||
on:
|
||||
branch: unstable
|
||||
|
|
@ -92,6 +93,7 @@ deploy:
|
|||
dist: el/6
|
||||
local-dir: release
|
||||
package_glob: "*.rpm"
|
||||
skip_cleanup: true
|
||||
cleanup: false
|
||||
on:
|
||||
branch: unstable
|
||||
|
|
|
|||
Loading…
Reference in New Issue