From 59b6a22b08fbb348b0d23a76eeafb38563aeb188 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 6 Mar 2021 19:47:43 -0300 Subject: Suppress rsync stderr from CI logs --- 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 1c033fe..12eb677 100755 --- a/aux/ci/ci-build.sh +++ b/aux/ci/ci-build.sh @@ -52,5 +52,5 @@ EOF $RUNNER 'make clean dev-check public' - rsync -avzzP public/ "/srv/http/$PACKAGE/" --delete + rsync -a public/ "/srv/http/$PACKAGE/" --delete } 2>&1 | tee "$LOGFILE" -- cgit v1.2.3