mirror of
https://git.dn42.dev/dn42/registry.git
synced 2025-07-20 09:26:59 +08:00
update jrb0001's commit hook
This commit is contained in:
parent
4f95aaa7b0
commit
bf4d2ff396
3 changed files with 15 additions and 8 deletions
|
@ -10,12 +10,11 @@ BASE="$(realpath "$0")"
|
|||
BASE="$(dirname "$BASE")"
|
||||
cd "$BASE" || exit 1
|
||||
|
||||
cat >> .git/hooks/pre-commit <<EOF
|
||||
cat > .git/hooks/pre-commit <<EOF
|
||||
#!/bin/sh
|
||||
./check-my-stuff "$1"
|
||||
|
||||
# Fail if not everything is PASS
|
||||
./check-my-stuff JRB0001-MNT 2>/dev/null | grep -v PASS 1>/dev/null 2>&1 && { echo "Schema validation failed, please check above!" 1>&2; exit 1; }
|
||||
./check-my-stuff "$1" || exit 1
|
||||
|
||||
EOF
|
||||
chmod +x .git/hooks/pre-commit
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue