summaryrefslogtreecommitdiff
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorNick <[email protected]>2019-09-13 11:17:45 -0400
committerNick <[email protected]>2019-09-13 11:17:45 -0400
commitd65f6d38f054a48733bd1dfd22cb37864b5bded6 (patch)
tree649ddec731e6934cb535b569d7d3d2c754b8e89c /Jenkinsfile
parent366d4eda8cb19ecb34dec2e4d821a28914ebfb5a (diff)
fix path
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index f9a87b7..2db645c 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -14,7 +14,7 @@ pipeline {
git remote add upstream https://github.com/purdue-aalp/gpgpu-sim_distribution
git fetch upstream
if git diff --name-only upstream/dev | grep -E "*.cc|*.h|*.cpp|*.hpp" ; then
- git diff --name-only upstream/dev | grep -E "*.cc|*.h|*.cpp|*.hpp" | xargs ./run-clang-format.py --clang-format-executable /tgrogers-raid/a/common/clang-format/6.0.1/clang-format
+ git diff --name-only upstream/dev | grep -E "*.cc|*.h|*.cpp|*.hpp" | xargs ./run-clang-format.py --clang-format-executable /home/tgrogers-raid/a/common/clang-format/6.0.1/clang-format
fi
'''
}