Merge "Revert "Reduce rate of csit mrr-daily jobs during report 1904 preparation""
[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