mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-23 13:36:05 +00:00
Merge "build(hooks): allow hooks to skip Commitizen" into integration
This commit is contained in:
commit
93c817f702
1 changed files with 3 additions and 1 deletions
|
@ -3,4 +3,6 @@
|
|||
# shellcheck source=./_/husky.sh
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
if ! git config --get tf-a.disableCommitizen > /dev/null; then
|
||||
"$(dirname "$0")/prepare-commit-msg.cz" "$@"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue