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