mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-29 08:39:41 +01:00
Fix skip cleanup.
This commit is contained in:
parent
631dfef12b
commit
af57e4eb3b
@ -13,6 +13,7 @@ notifications:
|
|||||||
email: false
|
email: false
|
||||||
deploy:
|
deploy:
|
||||||
- provider: releases
|
- provider: releases
|
||||||
|
skip_cleanup: true
|
||||||
file_glob: true
|
file_glob: true
|
||||||
api_key: $GH_TOKEN
|
api_key: $GH_TOKEN
|
||||||
file:
|
file:
|
||||||
@ -22,6 +23,7 @@ deploy:
|
|||||||
tags: true
|
tags: true
|
||||||
all_branches: true
|
all_branches: true
|
||||||
- provider: bintray
|
- provider: bintray
|
||||||
|
skip_cleanup: true
|
||||||
file: .travis-bintray-desc.json
|
file: .travis-bintray-desc.json
|
||||||
user: martinrotter
|
user: martinrotter
|
||||||
key: $BINTRAY_KEY
|
key: $BINTRAY_KEY
|
||||||
|
Loading…
x
Reference in New Issue
Block a user