debug
All checks were successful
lint-test-helm / lint-helm (push) Successful in 11s
renovate / renovate (push) Successful in 1m9s
render-manifests-push / render-manifests-push (push) Successful in 20s

This commit is contained in:
2025-12-19 23:41:53 -06:00
parent ea61717174
commit 5597d42030

View File

@@ -12,6 +12,8 @@ data:
MAX_RETRIES=5
SUCCESS=false
apk update --short
for i in $(seq 1 "$MAX_RETRIES"); do
if apk update --short > /dev/null 2>&1; then
echo ">> Attempt $i: Repositories are reachable";