chore: longer retry to mitigate occasional issues with github installs (#99)

This commit is contained in:
Benjamin Sherman
2023-11-20 15:42:28 -06:00
committed by GitHub
parent 7ce6f35cc6
commit 3f3876e509

View File

@@ -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}" \