mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Run helm dep build in circle lint.sh (#2919)
This commit is contained in:
committed by
Matt Farina
parent
a5d9d9c838
commit
54f82ea525
+4
-1
@@ -115,7 +115,10 @@ for directory in ${CHANGED_FOLDERS}; do
|
||||
if [ "$directory" == "incubator/common" ]; then
|
||||
continue
|
||||
elif [ -d $directory ]; then
|
||||
printf "\nRuning helm lint on the chart at ${directory}\n"
|
||||
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"
|
||||
run helm lint ${directory}
|
||||
|
||||
yamllinter ${directory}
|
||||
|
||||
Reference in New Issue
Block a user