summaryrefslogtreecommitdiff
path: root/Jenkinsfile
diff options
context:
space:
mode:
authortgrogers <[email protected]>2018-03-28 13:21:08 -0400
committertgrogers <[email protected]>2018-03-28 13:21:08 -0400
commit9acbc174a4c54d3ffa3d78feede017deb45922ec (patch)
tree95f4d5a8cc5e14fc13600d3f6221b1b3ca714559 /Jenkinsfile
parent996ec14f61526ac2d50e338f874f37a180f6dfa0 (diff)
This was a useless commmit - there were other problems with pulling the simulation repos
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index f0a7935..a8bd7f7 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]:TimRogersGroup/gpgpu-sim_simulations.git && \
+ sh 'git clone [email protected]:TimRogersGroup/gpgpu-sim_simulations.git && \
cd gpgpu-sim_simulations && \
git checkout purdue-cluster && \
git pull && \