We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 122f467 commit cfec99aCopy full SHA for cfec99a
hack/verify-yamllint.sh
@@ -26,7 +26,7 @@ deployDirNum=`ls deploy/*.yaml | wc -l`
26
helmDirNum=`ls $helmPath/*.yaml | grep -v serviceaccount | wc -l`
27
if [[ "${deployDirNum}" != "${helmDirNum}" ]]; then
28
echo "yaml file num($deployDirNum) under deploy/ not equal to num($helmDirNum) under $helmPath"
29
- #exit 1
+ exit 1
30
fi
31
32
for path in "deploy/*.yaml" "deploy/example/*.yaml"
0 commit comments