Skip to content

Commit 823715c

Browse files
committed
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 #39074
1 parent c62e532 commit 823715c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

appveyor.yml

+2
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ deploy:
182182
on:
183183
branch: auto
184184
DEPLOY: 1
185+
max_error_retry: 5
185186

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

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

0 commit comments

Comments
 (0)