diff options
author | EuAndreh <eu@euandre.org> | 2021-03-06 19:44:05 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-03-06 19:44:05 -0300 |
commit | 915c69dc0f1ff9a152ed8397e674b5641f55d12a (patch) | |
tree | dc163b528925dd533b7893e592b919aeba00cb72 /aux/ci/ci-build.sh | |
parent | Update package versions (diff) | |
download | package-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-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" |