From 0586604f1891288e025ff5862390db9ab69dfc1c Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sat, 11 Apr 2026 21:18:23 -0500 Subject: [PATCH] ci: add logging --- .gitea/workflows/lint-test-helm.yaml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/lint-test-helm.yaml b/.gitea/workflows/lint-test-helm.yaml index a2a4c0363..db89bd1b2 100644 --- a/.gitea/workflows/lint-test-helm.yaml +++ b/.gitea/workflows/lint-test-helm.yaml @@ -391,13 +391,6 @@ jobs: with: fetch-depth: 0 - - name: Cache ArgoCD CLI - id: cache-argocd - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5 - with: - path: /usr/local/bin/argocd - key: ${{ runner.os }}-argocd-${{ env.ARGOCD_VERSION }} - - name: Cache ArgoCD CLI id: cache-argocd uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5 @@ -516,6 +509,10 @@ jobs: yq -i '... comments=""' $file done + + echo "" + echo ">> Templates in outpute folder: ${OUTPUT_FOLDER}" + ls ${OUTPUT_FOLDER} done echo "----"