summaryrefslogtreecommitdiff
path: root/Jenkinsfile
diff options
context:
space:
mode:
authortgrogers <[email protected]>2017-08-14 11:25:56 -0400
committertgrogers <[email protected]>2017-08-14 11:25:56 -0400
commit2430287d5dc646d8ecc5ac4ea46d4ebccbd9b641 (patch)
tree16b264ed4370f954ba576438c43ec78246626a12 /Jenkinsfile
parentd553eefc40084fbe9abcc7eae6ef3801f25bedc8 (diff)
Another Issue with the setup_enviro
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index ef08b07..3073022 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -19,7 +19,7 @@ pipeline {
git clone [email protected]:TimRogersGroup/gpgpu-sim_simulations.git && \
cd gpgpu-sim_simulations && \
git checkout purdue-cluster && \
- source `pwd`/setup_environment && \
+ source ./benchmarks/src/setup_environment && \
make -j -C ./benchmarks/src all'
}
}