diff --git a/Jenkinsfile b/Jenkinsfile index 4e56680..2dda60c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -27,7 +27,7 @@ node { echo "Building ${maintainer}:${tag} for ${maintainer}" } - sh 'bin/build.sh' + sh 'bin/rebuild.sh' stage 'Tests' diff --git a/tests/shibboleth-idp.bats b/tests/shibboleth-idp.bats index f7018be..a6d1478 100644 --- a/tests/shibboleth-idp.bats +++ b/tests/shibboleth-idp.bats @@ -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" != '' ]