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

This reverts commit 54f82ea525.
This commit is contained in:
Matt Farina
2017-12-04 14:59:58 -05:00
committed by GitHub
parent 774779c484
commit 08cf223ba3
+1 -4
View File
@@ -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}