Skip to content

Commit 2ea0429

Browse files
committed
scripts: Output whether the verify_commits.sh script was success
1 parent 5d201fa commit 2ea0429

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/verify_commits.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,3 +140,4 @@ function main() {
140140
}
141141

142142
main "$@"
143+
test $? -gt 0 || echo "Successfully validated all commits"

0 commit comments

Comments
 (0)