From 2cab7ac91cad7de23787155c3c1e023de77f1f61 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 15 Dec 2025 14:15:29 -0600 Subject: [PATCH] add debug --- .gitea/workflows/lint-test-helm.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/lint-test-helm.yaml b/.gitea/workflows/lint-test-helm.yaml index 55037e034..4875df147 100644 --- a/.gitea/workflows/lint-test-helm.yaml +++ b/.gitea/workflows/lint-test-helm.yaml @@ -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