mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
This reverts commit 54f82ea525.
This commit is contained in:
+1
-4
@@ -115,10 +115,7 @@ for directory in ${CHANGED_FOLDERS}; do
|
||||
if [ "$directory" == "incubator/common" ]; then
|
||||
continue
|
||||
elif [ -d $directory ]; then
|
||||
printf "\nRunning helm dep build on the chart at ${directory}\n"
|
||||
run helm dep build ${directory}
|
||||
|
||||
printf "\nRunning helm lint on the chart at ${directory}\n"
|
||||
printf "\nRuning helm lint on the chart at ${directory}\n"
|
||||
run helm lint ${directory}
|
||||
|
||||
yamllinter ${directory}
|
||||
|
||||
Reference in New Issue
Block a user