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