Merge pull request #15637 from edsantiago/argh

CI: Cirrus setup: retry failed curls
This commit is contained in:
OpenShift Merge Robot
2022-09-06 10:09:12 +02:00
committed by GitHub

View File

@ -61,7 +61,7 @@ env:
# Curl-command prefix for downloading task artifacts, simply add the
# the url-encoded task name, artifact name, and path as a suffix.
ARTCURL: >-
curl --fail --location -O
curl --retry 5 --retry-delay 8 --fail --location -O
--url https://api.cirrus-ci.com/v1/artifact/build/${CIRRUS_BUILD_ID}