Merge "Do not skip commit-message-only checkstyle"
[ci-management.git] / jjb / vpp / include-raw-vpp-commitmsg.sh
1 #!/bin/bash
2
3 if [ -f extras/scripts/check_commit_msg.sh ];then
4         echo "Running extras/scripts/check_commit_msg.sh"
5     extras/scripts/check_commit_msg.sh
6 else
7     echo "Cannot find cat extras/scripts/check_commit_msg.sh - skipping commit message check"
8 fi