This commit is contained in:
@@ -391,13 +391,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
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
|
- name: Cache ArgoCD CLI
|
||||||
id: cache-argocd
|
id: cache-argocd
|
||||||
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
|
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
|
||||||
@@ -516,6 +509,10 @@ jobs:
|
|||||||
yq -i '... comments=""' $file
|
yq -i '... comments=""' $file
|
||||||
|
|
||||||
done
|
done
|
||||||
|
|
||||||
|
echo ""
|
||||||
|
echo ">> Templates in outpute folder: ${OUTPUT_FOLDER}"
|
||||||
|
ls ${OUTPUT_FOLDER}
|
||||||
done
|
done
|
||||||
|
|
||||||
echo "----"
|
echo "----"
|
||||||
|
|||||||
Reference in New Issue
Block a user