aboutsummaryrefslogtreecommitdiff
path: root/aux/ci
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-03-06 19:45:31 -0300
committerEuAndreh <eu@euandre.org>2021-03-06 19:45:31 -0300
commitf5be62e1ce36a3da8c6cda36196351c29d8e3d32 (patch)
tree2e217071b7fdd5ac735648c5f985cb9965b8c168 /aux/ci
parentsrc/remembering.c: Remove last reference to Tuple (diff)
downloadremembering-f5be62e1ce36a3da8c6cda36196351c29d8e3d32.tar.gz
remembering-f5be62e1ce36a3da8c6cda36196351c29d8e3d32.tar.xz
Suppress rsync stderr from CI logs
Diffstat (limited to 'aux/ci')
-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"