add step to clear prior manifests
All checks were successful
renovate / renovate (push) Successful in 1m54s
All checks were successful
renovate / renovate (push) Successful in 1m54s
This commit is contained in:
@@ -37,6 +37,11 @@ jobs:
|
||||
token: ${{ secrets.GITEA_TOKEN }}
|
||||
version: v3.17.2 # Pending https://github.com/helm/helm/pull/30743
|
||||
|
||||
- name: Remove Prior Manifests
|
||||
run: |
|
||||
cd ${MANIFEST_DIR}/clusters
|
||||
rm -rf ./*
|
||||
|
||||
- name: Render Helm Manifests
|
||||
run: |
|
||||
for cluster in ${CLUSTERS}; do
|
||||
|
||||
Reference in New Issue
Block a user