Retry Gitea CI tool downloads
Staging Backend Quality Gate / validate (pull_request) Has been cancelled
Staging Backend Quality Gate / publish (pull_request) Has been cancelled

This commit is contained in:
Jesse_Chen
2026-08-05 12:42:55 +08:00
parent 0bccba89ec
commit 2c511eb0ce
2 changed files with 4 additions and 1 deletions
+2 -1
View File
@@ -69,7 +69,8 @@ jobs:
compose_dir="${DOCKER_CONFIG:-$HOME/.docker}/cli-plugins"
compose_bin="$compose_dir/docker-compose"
mkdir -p "$compose_dir"
curl -fsSL \
curl -fsSL --retry 3 --retry-all-errors --retry-delay 10 \
--connect-timeout 15 --max-time 180 \
"https://github.com/docker/compose/releases/download/$DOCKER_COMPOSE_VERSION/docker-compose-linux-$compose_arch" \
-o "$compose_bin"
printf '%s %s\n' "$compose_sha" "$compose_bin" | sha256sum -c -