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 committed Nov 20, 2023
1 parent 82ccb30 commit 8782a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 8782a8f

Please sign in to comment.