]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
correct: copy&paste text must be printed on stderr to prevent figlet being used twice
authorMathias Klette <mathias.klette@profitbricks.com>
Fri, 31 Aug 2012 15:24:34 +0000 (17:24 +0200)
committerMathias Klette <mathias.klette@profitbricks.com>
Fri, 31 Aug 2012 15:24:34 +0000 (17:24 +0200)
live_build.sh

index 26fe61f72c66c5291cb0f5b3b6e9b60513baa0ca..ea953d5fb106929d3b9a5b3e0c2783586ab25185 100755 (executable)
@@ -52,7 +52,7 @@ export LIVE_TYPE BUILD_DATE BUILD_ID BUILD_TARGET RSYNC_BASE RSYNC_SRC RSYNC_DST
 #
 # Build
 #
-echo "building $LIVE_TYPE with build_id $BUILD_ID" | tee -a - | figlet 
+echo "building $LIVE_TYPE with build_id $BUILD_ID" | tee -a /dev/stderr | figlet 
 
 cd pserver.flexible
 sudo bash ./lb_build.sh mrproper