mirror of
https://github.com/outbackdingo/ucore.git
synced 2026-01-27 10:20:49 +00:00
chore: longer retry to mitigate occasional issues with github installs (#99)
This commit is contained in:
@@ -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}" \
|
||||
|
||||
Reference in New Issue
Block a user