Merge "Modify build node"
[ci-management.git] / jjb / hicn / include-raw-hicn-checkstyle.sh
1 #!/bin/bash
2
3 if [ -f ./scripts/checkstyle.sh ];then
4     bash scripts/checkstyle.sh
5 else
6     echo "Cannot find scripts/checkstyle.sh - skipping checkstyle"
7 fi