Skip to content

Commit

Permalink
_dl.sh: --retry-all-errors
Browse files Browse the repository at this point in the history
the GitHub CI mac machine frequently gets a 403 for an API query
on GitHub itself. Try retrying to see if it improves this.
  • Loading branch information
vszakats committed Oct 18, 2023
1 parent 9fdde52 commit 799ee87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _dl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ my_curl() {
# >&2 echo "my_curl|$*|"
curl --disable --user-agent '' --fail --silent --show-error --globoff \
--remote-time --xattr \
--connect-timeout 15 --max-time 60 --retry 3 --max-redirs 10 "$@"
--connect-timeout 15 --max-time 60 --retry 3 --retry-all-errors --max-redirs 10 "$@"
}

my_gpg() {
Expand Down

0 comments on commit 799ee87

Please sign in to comment.