Merge "Prepare necessary CSIT jobs for VPP 1701 branch (CIMANAGE-19)"
[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