summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortgrogers <[email protected]>2017-08-14 11:06:56 -0400
committertgrogers <[email protected]>2017-08-14 11:06:56 -0400
commitfdf4ffb5b1dc213d1d775f3048567eaf36f6df66 (patch)
treea6f501670ef0c21c46a7e3cb549d1c28bafb0eb2
parentf037248eb3c2aefa047a519ef6e4dd8fe36d2af2 (diff)
Changing the simulations directory to our local repo
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 19fbae4..0821837 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -16,7 +16,7 @@ pipeline {
sh 'source /home/tgrogers-raid/a/common/gpgpu-sim-setup/4.2_env_setup.sh &&\
source `pwd`/setup_environment && \
rm -rf gpgpu-sim_simulations && \
- git clone https://github.com/tgrogers/gpgpu-sim_simulations.git && \
+ git clone [email protected]:TimRogersGroup/gpgpu-sim_simulations.git && \
cd gpgpu-sim_simulations && \
git checkout purdue-cluster && \
make -j -C ./benchmarks/src all'