fix: remove local variable assignment
Some checks failed
renovate / renovate (push) Has been cancelled
Some checks failed
renovate / renovate (push) Has been cancelled
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user