File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -318,6 +318,8 @@ before_deploy:
318318
319319deploy :
320320 - provider : s3
321+ edge :
322+ branch : s3-eager-autoload
321323 bucket : rust-lang-ci2
322324 skip_cleanup : true
323325 local_dir : deploy
@@ -334,6 +336,8 @@ deploy:
334336 # this is the same as the above deployment provider except that it uploads to
335337 # a slightly different directory and has a different trigger
336338 - provider : s3
339+ edge :
340+ branch : s3-eager-autoload
337341 bucket : rust-lang-ci2
338342 skip_cleanup : true
339343 local_dir : deploy
@@ -351,6 +355,8 @@ deploy:
351355 # try branch. Travis does not appear to provide a way to use "or" in these
352356 # conditions.
353357 - provider : s3
358+ edge :
359+ branch : s3-eager-autoload
354360 bucket : rust-lang-ci2
355361 skip_cleanup : true
356362 local_dir : deploy
@@ -365,6 +371,8 @@ deploy:
365371 condition : $DEPLOY = 1
366372
367373 - provider : s3
374+ edge :
375+ branch : s3-eager-autoload
368376 bucket : rust-lang-ci2
369377 skip_cleanup : true
370378 local_dir : deploy
You can’t perform that action at this time.
0 commit comments