Skip to content
Snippets Groups Projects
Commit 6531dc96 authored by Liping Mao (limao)'s avatar Liping Mao (limao)
Browse files

Fix pre-commit-hook can't work

remove unused validate-all-json.sh and validate-all-dockerfiles.

Change-Id: Ia534c200f771c23d015ab32b0cc952ca36354451
Closes-Bug: #1778146
parent 10567100
No related branches found
No related tags found
No related merge requests found
...@@ -33,12 +33,4 @@ echo "=== yaml checks ===" ...@@ -33,12 +33,4 @@ echo "=== yaml checks ==="
${TOPLEVEL}/tools/validate-all-yaml.sh || RES=1 ${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 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