aboutsummaryrefslogtreecommitdiff
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorMahmoud <[email protected]>2019-05-02 15:16:56 -0400
committerMahmoud <[email protected]>2019-05-02 15:16:56 -0400
commit4daf2586234abfb1fcb77d2b668c18129968e239 (patch)
treec62cc546c8dd4edb1d162425d3c048568b1e52b6 /Jenkinsfile
parent3764ceaff2110bcd191271cca341e516b9520338 (diff)
parent60cbe5e00a76a655b093041d4ed3df3d07379094 (diff)
Merge branch 'dev' of https://github.com/gpgpu-sim/gpgpu-sim_distribution into dev
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 84d847e..4bdbddf 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -24,9 +24,8 @@ pipeline {
stage('simulations-build'){
steps{
sh 'rm -rf gpgpu-sim_simulations'
- sh 'git clone [email protected]:TimRogersGroup/gpgpu-sim_simulations.git && \
+ sh 'git clone [email protected]:gpgpu-sim/gpgpu-sim_simulations.git && \
cd gpgpu-sim_simulations && \
- git checkout purdue-cluster && \
git pull && \
ln -s /home/tgrogers-raid/a/common/data_dirs benchmarks/'
sh 'source /home/tgrogers-raid/a/common/gpgpu-sim-setup/4.2_env_setup.sh &&\