update jrb0001's commit hook
This commit is contained in:
@@ -10,4 +10,5 @@ BASE="$(realpath "$0")"
|
||||
BASE="$(dirname "$BASE")"
|
||||
cd "$BASE" || exit 1
|
||||
|
||||
utils/schema-check/dn42-schema.py scan data/ -m "$1"
|
||||
utils/schema-check/dn42-schema.py scan data/ -m "$1" || ( echo "Schema validation failed, please check above!" ; exit 1 )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user