Travis deployment updates
Use commit hash as ZIP filename and only build on release channel
This commit is contained in:
parent
98f1ac5edb
commit
294102b27d
1 changed files with 3 additions and 1 deletions
|
@ -32,7 +32,8 @@ script:
|
|||
before_deploy:
|
||||
- mkdir build-zip
|
||||
- cd build
|
||||
- zip -r ../build-zip/$(date +"%Y-%m-%d")-$TRAVIS_BRANCH-$TRAVIS_COMMIT.zip *
|
||||
- zip -r ../build-zip/$TRAVIS_COMMIT.zip *
|
||||
- cd ..
|
||||
deploy:
|
||||
provider: s3
|
||||
access_key_id: AKIAJFDVJ54MCAEXPQ5Q
|
||||
|
@ -45,3 +46,4 @@ deploy:
|
|||
acl: private
|
||||
on:
|
||||
repo: zotero/zotero
|
||||
condition: "$FX_VERSION = 54.0b"
|
||||
|
|
Loading…
Reference in a new issue