Skip to content

Commit

Permalink
appveyor: Leverage auto-retry to upload to S3
Browse files Browse the repository at this point in the history
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
alexcrichton committed Mar 23, 2017
1 parent c62e532 commit 823715c
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 823715c

Please sign in to comment.