diff options
| -rw-r--r-- | nightly.jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nightly.jenkinsfile b/nightly.jenkinsfile index 1dbc246..6738e3f 100644 --- a/nightly.jenkinsfile +++ b/nightly.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('nightly-simulations-build'){ steps{ sh 'rm -rf gpgpu-sim_simulations' - sh 'git clone [email protected]:tgrogers/gpgpu-sim_simulations.git && \ + sh 'git clone [email protected]:purdue-aalp/gpgpu-sim_simulations.git && \ cd gpgpu-sim_simulations && \ git pull && \ ln -s /home/tgrogers-raid/a/common/data_dirs benchmarks/' |
