From 1febc7225a9abef8f360b54cc665dd12754649a7 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 6 Mar 2021 21:22:09 -0300 Subject: ci-build.sh: Also omit output of second rsync --- 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 12eb677..45e4075 100755 --- a/aux/ci/ci-build.sh +++ b/aux/ci/ci-build.sh @@ -28,7 +28,7 @@ EOF cd - if [ -f ./aux/ci/report.sh ]; then sh aux/ci/report.sh "$PACKAGE" - rsync -avzzP public/ "/srv/http/$PACKAGE/" + rsync -a public/ "/srv/http/$PACKAGE/" fi printf "\n>>>\n>>> CI logs added as Git note.\n>>>\n>>> Run status was %s" "$STATUS" -- cgit v1.2.3