diff options
| author | Mahmoud <[email protected]> | 2019-05-30 13:12:47 -0400 |
|---|---|---|
| committer | Mahmoud <[email protected]> | 2019-05-30 13:12:47 -0400 |
| commit | 1eee682a940c572ddf37d0b194c97d917017c03f (patch) | |
| tree | 940b3d516f552c0b448ce146653b7b75f4cd3316 /Jenkinsfile | |
| parent | 21016be645e4206417dbd153f3694eface8b7e66 (diff) | |
| parent | 8674712826748f627b00118e03ae58c862cc144f (diff) | |
Merge branch 'dev' of https://github.com/purdue-aalp/gpgpu-sim_distribution into dev-aalp
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/' |
