diff options
author | EuAndreh <eu@euandre.org> | 2021-03-06 19:47:43 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-03-06 19:47:43 -0300 |
commit | 59b6a22b08fbb348b0d23a76eeafb38563aeb188 (patch) | |
tree | dfd964da0bf159de33eee7a31e305e75ec963e6f /aux | |
parent | Update files under aux/ (diff) | |
download | euandre.org-59b6a22b08fbb348b0d23a76eeafb38563aeb188.tar.gz euandre.org-59b6a22b08fbb348b0d23a76eeafb38563aeb188.tar.xz |
Suppress rsync stderr from CI logs
Diffstat (limited to '')
-rwxr-xr-x | aux/ci/ci-build.sh | 2 |
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" |