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 "----"