Skip to content

Commit

Permalink
Auto merge of rust-lang#40759 - alexcrichton:appveyor-retry, r=brson
Browse files Browse the repository at this point in the history
appveyor: Leverage auto-retry to upload to S3

This was recently implemented (appveyor/ci#1387) in response to one of our
feature requests, so let's take advantage of it! I'm going to optimistically
say...

Closes rust-lang#39074
  • Loading branch information
bors committed Mar 23, 2017
2 parents d558037 + 823715c commit e703b33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ deploy:
on:
branch: auto
DEPLOY: 1
max_error_retry: 5

# This provider is the same as the one above except that it has a slightly
# different upload directory and a slightly different trigger
Expand All @@ -198,6 +199,7 @@ deploy:
on:
branch: auto
DEPLOY_ALT: 1
max_error_retry: 5

# init:
# - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
Expand Down

0 comments on commit e703b33

Please sign in to comment.