mirror of
https://github.com/actions/runner-images.git
synced 2025-12-19 08:22:12 +00:00
[macOS] Add http code 404 to download with retry function (#1868)
This commit is contained in:
@@ -12,7 +12,7 @@ download_with_retries() {
|
|||||||
--wait 30 \
|
--wait 30 \
|
||||||
--retry-connrefused \
|
--retry-connrefused \
|
||||||
--retry-on-host-error \
|
--retry-on-host-error \
|
||||||
--retry-on-http-error=429,500,502,503 \
|
--retry-on-http-error=404,429,500,502,503 \
|
||||||
--no-verbose
|
--no-verbose
|
||||||
|
|
||||||
if [ $? != 0 ]; then
|
if [ $? != 0 ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user