]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
use wildcards in live_build.sh in case other profiles are included
authorMathias Klette <mathias.klette@profitbricks.com>
Fri, 2 Nov 2012 17:40:43 +0000 (18:40 +0100)
committerMathias Klette <mathias.klette@profitbricks.com>
Fri, 2 Nov 2012 17:40:43 +0000 (18:40 +0100)
live_build.sh

index 6570cad3e4ea98c1ed2aa22e76dd64084a45f072..8c3f6f3e4b001bbc20e1dcd5f7583bf277cc9519 100755 (executable)
@@ -37,7 +37,7 @@ case $LIVE_TYPE in
         RSYNC_DST="livebuild@10.1.1.1/livebuild/"      # mgmt1 will transfer this further, see mgmt1:/etc/rsyncd.conf
         RSYNC_FILTER='--include=default-** --include=staging-** --exclude=*'
         ;;
-    pbb|pre-staging)
+    pbb*|pre-staging*)
         RSYNC_SRC="$BUILD_TARGET/"
         RSYNC_DST="livebuild@10.254.1.1/livebuild/"
         RSYNC_FILTER=''