Skip to content

Commit

Permalink
Adapting pipeline to use new binstubs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Van Fleet committed Jul 21, 2016
1 parent 3abd1cb commit 232ea45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ node {

stage 'Base'

sh './build_image.sh'
sh 'bin/build.sh'

stage 'Tests'

sh '/usr/local/bin/bats tests/shibboleth-idp.bats'
sh 'bin/test.sh'


}

0 comments on commit 232ea45

Please sign in to comment.