fix: remove local variable assignment
Some checks failed
renovate / renovate (push) Has been cancelled

This commit is contained in:
2026-03-14 20:05:46 -05:00
parent 2785f337cf
commit 13f4726021

View File

@@ -153,7 +153,7 @@ jobs:
echo ">> Remove manfiest files and rebuild from source ..." echo ">> Remove manfiest files and rebuild from source ..."
for DIR in ${RENDER_DIR}; do for DIR in ${RENDER_DIR}; do
local CHART_PATH=${MANIFEST_DIR}/clusters/${CLUSTER}/manifests/${DIR} CHART_PATH=${MANIFEST_DIR}/clusters/${CLUSTER}/manifests/${DIR}
echo "${CHART_PATH}" echo "${CHART_PATH}"
rm -rf ${CHART_PATH}/* rm -rf ${CHART_PATH}/*
@@ -268,7 +268,6 @@ jobs:
fi fi
echo "----" echo "----"
echo "----"
- name: Commit and Push Changes - name: Commit and Push Changes
id: commit-push id: commit-push