diff options
author | EuAndreh <eu@euandre.org> | 2021-03-06 19:45:31 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-03-06 19:45:31 -0300 |
commit | f5be62e1ce36a3da8c6cda36196351c29d8e3d32 (patch) | |
tree | 2e217071b7fdd5ac735648c5f985cb9965b8c168 /aux/ci/ci-build.sh | |
parent | src/remembering.c: Remove last reference to Tuple (diff) | |
download | remembering-f5be62e1ce36a3da8c6cda36196351c29d8e3d32.tar.gz remembering-f5be62e1ce36a3da8c6cda36196351c29d8e3d32.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" |