diff options
| author | tgrogers <[email protected]> | 2017-08-14 11:06:56 -0400 |
|---|---|---|
| committer | tgrogers <[email protected]> | 2017-08-14 11:06:56 -0400 |
| commit | fdf4ffb5b1dc213d1d775f3048567eaf36f6df66 (patch) | |
| tree | a6f501670ef0c21c46a7e3cb549d1c28bafb0eb2 | |
| parent | f037248eb3c2aefa047a519ef6e4dd8fe36d2af2 (diff) | |
Changing the simulations directory to our local repo
| -rw-r--r-- | Jenkinsfile | 2 |
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' |
