mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-25 03:45:46 -06:00
fix(ci): back off OCM asset retries (#102996)
(cherry picked from commit 372b527da4)
This commit is contained in:
committed by
Dallin Romney
parent
74fb0ea474
commit
4e51372dad
@@ -212,7 +212,8 @@ jobs:
|
||||
mkdir -p "$HOME/.local/bin" "$(dirname "$KOVA_SRC")" "${RUNNER_TEMP}/ocm-install"
|
||||
|
||||
ocm_archive="${RUNNER_TEMP}/ocm-${OCM_VERSION}-x86_64-unknown-linux-gnu.tar.gz"
|
||||
curl -fsSL --proto '=https' --tlsv1.2 --retry 3 --retry-delay 1 --retry-connrefused \
|
||||
curl -fsSL --proto '=https' --tlsv1.2 \
|
||||
--retry 8 --retry-max-time 180 --retry-all-errors --retry-connrefused \
|
||||
-o "$ocm_archive" \
|
||||
"https://github.com/shakkernerd/ocm/releases/download/${OCM_VERSION}/ocm-x86_64-unknown-linux-gnu.tar.gz"
|
||||
echo "${OCM_LINUX_X64_SHA256} ${ocm_archive}" | sha256sum -c -
|
||||
|
||||
Reference in New Issue
Block a user