Run helm dep build in circle lint.sh (#2919)

This commit is contained in:
Josh Dolitsky
2017-12-04 14:11:12 -05:00
committed by Matt Farina
parent a5d9d9c838
commit 54f82ea525
+4 -1
View File
@@ -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}