Skip to content

Commit

Permalink
Rebuilding in pipeline and hopefully speeding things up
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Van Fleet committed Aug 3, 2016
1 parent 65088d4 commit 411c149
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ node {
echo "Building ${maintainer}:${tag} for ${maintainer}"
}

sh 'bin/build.sh'
sh 'bin/rebuild.sh'

stage 'Tests'

Expand Down
4 changes: 0 additions & 4 deletions tests/shibboleth-idp.bats
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

load ../common

setup() {
./bin/rebuild.sh
}

@test "Creates non-root Shib IDP home" {
result="$(docker run -i $maintainer/$imagename ls /opt/shibboleth/current/bin/)"
[ "$result" != '' ]
Expand Down

0 comments on commit 411c149

Please sign in to comment.