Merge "Fix pre-commit-hook can't work"

This commit is contained in:
Zuul 2018-07-23 07:40:54 +00:00 committed by Gerrit Code Review
commit bf709bf542
1 changed files with 0 additions and 8 deletions

View File

@ -33,12 +33,4 @@ echo "=== yaml checks ==="
${TOPLEVEL}/tools/validate-all-yaml.sh || RES=1
echo "=== json checks ==="
${TOPLEVEL}/tools/validate-all-json.sh || RES=1
echo "=== dockerfile checks ==="
${TOPLEVEL}/tools/validate-all-dockerfiles || RES=1
exit $RES