CI: stronger docker retry (5x60s, prune cache, pull, push retry).
CI / test (push) Successful in 22m8s
CI / test (push) Successful in 22m8s
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -28,6 +28,7 @@ while true; do
|
||||
exit "${code}"
|
||||
fi
|
||||
echo "== attempt ${attempt} failed (exit ${code}), retry in ${WAIT}s..."
|
||||
docker buildx prune -f >/dev/null 2>&1 || true
|
||||
sleep "${WAIT}"
|
||||
attempt=$((attempt + 1))
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user