From 411c14974739a710964e5ee3d845e87d37e3ecf5 Mon Sep 17 00:00:00 2001 From: Jim Van Fleet Date: Wed, 3 Aug 2016 14:38:37 -0400 Subject: [PATCH] Rebuilding in pipeline and hopefully speeding things up --- Jenkinsfile | 2 +- tests/shibboleth-idp.bats | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) 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" != '' ]