summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtaler-build/switch_active.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/taler-build/switch_active.sh b/taler-build/switch_active.sh
index 262f14d..f976bff 100755
--- a/taler-build/switch_active.sh
+++ b/taler-build/switch_active.sh
@@ -8,7 +8,7 @@
set -eu
-if ! taler-deployment-build 2>&1 | tee build.log; then
+if ! taler-deployment-build > build.log 2>&1; then
echo "Failed to rebuild, not switching"
if test "$1" = "--notify"; then
mail -s "[Taler build] $(date)" --to build-failure@taler.net build.log