add debug
All checks were successful
renovate / renovate (push) Successful in 1m54s

This commit is contained in:
2025-12-15 14:15:29 -06:00
parent 32d28022f8
commit 2cab7ac91c

View File

@@ -125,6 +125,7 @@ jobs:
| tail +2 | head -n -1 \
| awk '{ print "helm repo add " $1 " " $3 }' \
| while read cmd; do
echo ">> Command: $cmd"
if [[ "$cmd" == "helm repo add oci:*" ]]; then
echo ">> Ignoring OCI repo"
else