summaryrefslogtreecommitdiffstats
path: root/jjb/scripts/vpp/commitmsg.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/scripts/vpp/commitmsg.sh')
-rw-r--r--jjb/scripts/vpp/commitmsg.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/jjb/scripts/vpp/commitmsg.sh b/jjb/scripts/vpp/commitmsg.sh
new file mode 100644
index 000000000..d926ff5dd
--- /dev/null
+++ b/jjb/scripts/vpp/commitmsg.sh
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+if [ -f extras/scripts/check_commit_msg.sh ];then
+ echo "Running extras/scripts/check_commit_msg.sh"
+ extras/scripts/check_commit_msg.sh
+else
+ echo "Cannot find cat extras/scripts/check_commit_msg.sh - skipping commit message check"
+fi