From 9f1817973cb9b12a31ca6481c84701349f184c1d Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 13 Sep 2019 11:06:59 -0400 Subject: print the files to make sure we are doing things correctly --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 714ca41..12b620a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,6 +14,7 @@ pipeline { git remote add upstream https://github.com/purdue-aalp/gpgpu-sim_distribution git fetch upstream cpp_diff= $(git diff --name-only upstream/dev | grep -E "*.cc|*.h|*.cpp|*.hpp") + echo $cpp_diff if [[ $cpp_diff ]]; then git diff --name-only upstream/dev | grep -E "*.cc|*.h|*.cpp|*.hpp" | xargs ./run-clang-format.py --clang-format-executable /tmp/clang-format fi -- cgit v1.3