Apply a fix to travis-ci/dpl#788 manually until dpl 1.9.5 is released.

This commit is contained in:
kennytm 2018-03-21 02:59:07 +08:00
parent 75af15ee6c
commit 20e65f11f3
No known key found for this signature in database
GPG key ID: FEF6C8051D0E013C

View file

@ -318,6 +318,8 @@ before_deploy:
deploy: deploy:
- provider: s3 - provider: s3
edge:
branch: s3-eager-autoload
bucket: rust-lang-ci2 bucket: rust-lang-ci2
skip_cleanup: true skip_cleanup: true
local_dir: deploy local_dir: deploy
@ -334,6 +336,8 @@ deploy:
# this is the same as the above deployment provider except that it uploads to # this is the same as the above deployment provider except that it uploads to
# a slightly different directory and has a different trigger # a slightly different directory and has a different trigger
- provider: s3 - provider: s3
edge:
branch: s3-eager-autoload
bucket: rust-lang-ci2 bucket: rust-lang-ci2
skip_cleanup: true skip_cleanup: true
local_dir: deploy local_dir: deploy
@ -351,6 +355,8 @@ deploy:
# try branch. Travis does not appear to provide a way to use "or" in these # try branch. Travis does not appear to provide a way to use "or" in these
# conditions. # conditions.
- provider: s3 - provider: s3
edge:
branch: s3-eager-autoload
bucket: rust-lang-ci2 bucket: rust-lang-ci2
skip_cleanup: true skip_cleanup: true
local_dir: deploy local_dir: deploy
@ -365,6 +371,8 @@ deploy:
condition: $DEPLOY = 1 condition: $DEPLOY = 1
- provider: s3 - provider: s3
edge:
branch: s3-eager-autoload
bucket: rust-lang-ci2 bucket: rust-lang-ci2
skip_cleanup: true skip_cleanup: true
local_dir: deploy local_dir: deploy