aboutsummaryrefslogtreecommitdiff
path: root/aux
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-03-06 19:40:47 -0300
committerEuAndreh <eu@euandre.org>2021-03-06 19:40:47 -0300
commitb57434d74379e96d9e3a5dfd43b64278ea61e6d4 (patch)
treea70eb6b01699fadc5da562f29f1b5188dba84dea /aux
parentTODOs.md: Add links under Resources (diff)
downloadgistatic-b57434d74379e96d9e3a5dfd43b64278ea61e6d4.tar.gz
gistatic-b57434d74379e96d9e3a5dfd43b64278ea61e6d4.tar.xz
Suppress rsync stderr from CI logs
Diffstat (limited to 'aux')
-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"