Skip to content

Commit

Permalink
get the env setup scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
tgrogers committed Jun 24, 2020
1 parent 6b73061 commit b1fdc6d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nightly.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ pipeline {
}

stages {
stage('env-setup') {
steps {
sh 'rm -rf env-setup && git clone [email protected]:purdue-aalp/env-setup.git &&\
cd env-setup && git checkout cluster-ubuntu'
}
}
stage('nightly-simulator-build') {
steps {
sh '''#!/bin/bash
Expand Down

0 comments on commit b1fdc6d

Please sign in to comment.