mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
bin: commitlint: don't exit successfully if a command fails (#1602)
This commit is contained in:
parent
fa85eab161
commit
f7f88a4a9a
@ -19,6 +19,8 @@
|
||||
# commitlint 1.21..1.22 | grep -F [FAIL] # bad commits in 1.22 release cycle
|
||||
# commitlint # unpushed commits
|
||||
|
||||
set -e
|
||||
|
||||
if [[ -n ${NO_COLOR+set} ]]
|
||||
then
|
||||
RED=""
|
||||
|
Loading…
Reference in New Issue
Block a user