fix: missing slash to place into folder
All checks were successful
renovate / renovate (push) Successful in 3m17s
All checks were successful
renovate / renovate (push) Successful in 3m17s
This commit is contained in:
@@ -183,7 +183,7 @@ jobs:
|
||||
echo ">> Path: ${CHART_PATH}"
|
||||
|
||||
if [ -f "${CHART_PATH}/Chart.yaml" ]; then
|
||||
local OUTPUT_FOLDER="${MANIFEST_DIR}/clusters/${CLUSTER}/manifests/${CHART_NAME}"
|
||||
local OUTPUT_FOLDER="${MANIFEST_DIR}/clusters/${CLUSTER}/manifests/${CHART_NAME}/"
|
||||
|
||||
mkdir -p "${OUTPUT_FOLDER}"
|
||||
cd "${CHART_PATH}"
|
||||
|
||||
Reference in New Issue
Block a user