From 391e55a486ffac0c8adc0a9272e7dade41dab13d Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 23 Feb 2021 15:40:46 -0300 Subject: aux/ci/ci-build.sh: Capture stderr properly --- aux/ci/ci-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aux') diff --git a/aux/ci/ci-build.sh b/aux/ci/ci-build.sh index 2aa30d6..0679cbd 100755 --- a/aux/ci/ci-build.sh +++ b/aux/ci/ci-build.sh @@ -53,4 +53,4 @@ EOF $RUNNER 'make clean check public' rsync -avzzP public/ "/srv/http/$PACKAGE/" --delete -} | tee "$LOGFILE" 2>&1 +} 2>&1 | tee "$LOGFILE" -- cgit v1.2.3