summaryrefslogtreecommitdiff
path: root/nightly.jenkinsfile
diff options
context:
space:
mode:
authortgrogers <[email protected]>2019-05-19 09:40:02 -0400
committertgrogers <[email protected]>2019-05-19 09:40:02 -0400
commit3d7184bfcd1f2f6c15306dcc97d3fc5938968032 (patch)
treed6658ea6c983c64e22068bf01c20ca306672e649 /nightly.jenkinsfile
parent206ccbe8c0f712c802f8919497ca70bff1aa6a1e (diff)
Updating the nightly builds to pull from the right simulations repo
Diffstat (limited to 'nightly.jenkinsfile')
-rw-r--r--nightly.jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nightly.jenkinsfile b/nightly.jenkinsfile
index 5221b3b..0f9f779 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]:TimRogersGroup/gpgpu-sim_simulations.git && \
+ sh 'git clone [email protected]:tgrogers/gpgpu-sim_simulations.git && \
cd gpgpu-sim_simulations && \
git checkout purdue-cluster && \
git pull && \