diff options
| author | tgrogers <[email protected]> | 2019-05-19 09:35:41 -0400 |
|---|---|---|
| committer | tgrogers <[email protected]> | 2019-05-19 09:35:41 -0400 |
| commit | 8c45f47e1b683d9904956659340a394321c6682d (patch) | |
| tree | 9471bd845df72a94a0b8dd3d8c2f29a789ae6b72 /Jenkinsfile | |
| parent | 2e4669fdc12f251c60158e8b49d0bf74e5b17bef (diff) | |
Use our simulations repo
Diffstat (limited to 'Jenkinsfile')
| -rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 4bdbddf..aefd7e0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -24,7 +24,7 @@ pipeline { stage('simulations-build'){ steps{ sh 'rm -rf gpgpu-sim_simulations' - sh 'git clone [email protected]:gpgpu-sim/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/' |
