mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
skip cleanup on travis deployment
This commit is contained in:
parent
19159ec479
commit
83ce8c30fc
|
@ -17,6 +17,7 @@ script:
|
|||
|
||||
deploy:
|
||||
provider: releases
|
||||
skip_cleanup: true
|
||||
api_key:
|
||||
secure: ERL986+ncQ8lwAJUYDrQ8s2/FxF/cyNIwJIFCqspnWxQgGNNyokET9HapmlPSxjpFRF0q6L2WCg9OY3mSVRq4oI6hg1igOQ12KlLyN71XSJ3c8w0Ay5ho48TQ9l3f3Iu97mntBCe9l0R9pnT8wj1VI8YJxloXwUMG2yeTjA9aBI=
|
||||
file:
|
||||
|
@ -37,4 +38,5 @@ deploy:
|
|||
- build/openbsd_amd64.tar.gz
|
||||
- build/openbsd_386.tar.gz
|
||||
on:
|
||||
repo: chrislusf/seaweedfs
|
||||
branch: release
|
||||
repo: chrislusf/seaweedfs
|
||||
|
|
Loading…
Reference in a new issue