diff options
| author | tgrogers <[email protected]> | 2019-05-19 09:50:24 -0400 |
|---|---|---|
| committer | tgrogers <[email protected]> | 2019-05-19 09:50:24 -0400 |
| commit | ba184daa48687a620c133b768ce234406dc9f7dd (patch) | |
| tree | ad8f87805ec7e70d0cd5520be5565f277e56dd77 /nightly.jenkinsfile | |
| parent | 13e58d8f6e9141f7d0e3a31da80dad7cc52a0944 (diff) | |
Another error in which simulations repor is used
Diffstat (limited to 'nightly.jenkinsfile')
| -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/' |
