aboutsummaryrefslogtreecommitdiff
path: root/aux/ci/ci-build.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-03-06 19:44:05 -0300
committerEuAndreh <eu@euandre.org>2021-03-06 19:44:05 -0300
commit915c69dc0f1ff9a152ed8397e674b5641f55d12a (patch)
treedc163b528925dd533b7893e592b919aeba00cb72 /aux/ci/ci-build.sh
parentUpdate package versions (diff)
downloadpackage-repository-915c69dc0f1ff9a152ed8397e674b5641f55d12a.tar.gz
package-repository-915c69dc0f1ff9a152ed8397e674b5641f55d12a.tar.xz
Suppress rsync stderr from CI logs
Diffstat (limited to 'aux/ci/ci-build.sh')
-rwxr-xr-xaux/ci/ci-build.sh2
1 files changed, 1 insertions, 1 deletions
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"