bin: commitlint: don't exit successfully if a command fails (#1602)

This commit is contained in:
Simon Michael 2021-07-10 22:03:09 -10:00
parent fa85eab161
commit f7f88a4a9a

View File

@ -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=""