stupid travis
This commit is contained in:
parent
291c5257b2
commit
cadf7e0880
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue