This commit is contained in:
@@ -112,7 +112,7 @@ jobs:
|
||||
echo ">> Remove manfiest files and rebuild from source ..."
|
||||
|
||||
for dir in ${CHANGED_DIR}; do
|
||||
chart_path=${MANIFEST_DIR}/clusters/${CLUSTER}/helm/$dir
|
||||
chart_path=${MANIFEST_DIR}/clusters/${CLUSTER}/manifests/$dir
|
||||
|
||||
echo ">> Removing from $chart_path ..."
|
||||
rm -rf $chart_path/*
|
||||
@@ -147,7 +147,7 @@ jobs:
|
||||
|
||||
echo ""
|
||||
echo ">> Linting helm ..."
|
||||
helm lint --namespace "$chart_name" --with-subcharts
|
||||
helm lint --namespace "$chart_name"
|
||||
|
||||
echo ""
|
||||
echo ">> Rendering templates ..."
|
||||
|
||||
Reference in New Issue
Block a user