Skip to content
Snippets Groups Projects
Commit bf709bf5 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

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

parents c83e9d19 6531dc96
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment