diff options
| author | Nick <[email protected]> | 2019-09-13 11:17:45 -0400 |
|---|---|---|
| committer | Nick <[email protected]> | 2019-09-13 11:17:45 -0400 |
| commit | d65f6d38f054a48733bd1dfd22cb37864b5bded6 (patch) | |
| tree | 649ddec731e6934cb535b569d7d3d2c754b8e89c | |
| parent | 366d4eda8cb19ecb34dec2e4d821a28914ebfb5a (diff) | |
fix path
| -rw-r--r-- | Jenkinsfile | 2 |
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 ''' } |
