mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-04-14 07:23:59 +02:00
Add missing --retry
for curl
This commit is contained in:
parent
567114c713
commit
abcc297d7e
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ set -euxo pipefail
|
|||
|
||||
function fetch {
|
||||
local url="$1"
|
||||
curl --fail --silent --show-error --location --retry-all-errors "$url"
|
||||
curl --fail --silent --show-error --location --retry 5 --retry-all-errors "$url"
|
||||
}
|
||||
|
||||
function fetch_github_artifact_url {
|
||||
|
|
Loading…
Add table
Reference in a new issue