Skip to content

Commit

Permalink
chore: longer retry to mitigate occasional issues with github installs (
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman authored Nov 20, 2023
1 parent 7ce6f35 commit 3f3876e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/github-release-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fi
set -ouex pipefail

API="https://api.github.com/repos/${ORG_PROJ}/releases/latest"
RPM_URLS=$(curl --retry 3 --retry-delay 0 --retry-all-errors -sL ${API} \
RPM_URLS=$(curl --retry 3 --retry-delay 3 --retry-all-errors -sL ${API} \
| jq \
-r \
--arg arch_filter "${ARCH_FILTER}" \
Expand Down

0 comments on commit 3f3876e

Please sign in to comment.