Skip to content

Commit cfec99a

Browse files
committed
test: enable yaml file num check
1 parent 122f467 commit cfec99a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/verify-yamllint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ deployDirNum=`ls deploy/*.yaml | wc -l`
2626
helmDirNum=`ls $helmPath/*.yaml | grep -v serviceaccount | wc -l`
2727
if [[ "${deployDirNum}" != "${helmDirNum}" ]]; then
2828
echo "yaml file num($deployDirNum) under deploy/ not equal to num($helmDirNum) under $helmPath"
29-
#exit 1
29+
exit 1
3030
fi
3131

3232
for path in "deploy/*.yaml" "deploy/example/*.yaml"

0 commit comments

Comments
 (0)