diff options
author | EuAndreh <eu@euandre.org> | 2021-03-06 21:47:28 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-03-06 21:47:28 -0300 |
commit | 0dcbe0ecabf02dff9a4b817328c984273f650fed (patch) | |
tree | de90fc440f48776903020b228a4bd54e4a921f90 /aux/ci | |
parent | README.sh: Remove suffix from Git repo link (diff) | |
download | package-repository-0dcbe0ecabf02dff9a4b817328c984273f650fed.tar.gz package-repository-0dcbe0ecabf02dff9a4b817328c984273f650fed.tar.xz |
ci-build.sh: Also omit output of second rsync
Diffstat (limited to 'aux/ci')
-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 12eb677..45e4075 100755 --- a/aux/ci/ci-build.sh +++ b/aux/ci/ci-build.sh @@ -28,7 +28,7 @@ EOF cd - if [ -f ./aux/ci/report.sh ]; then sh aux/ci/report.sh "$PACKAGE" - rsync -avzzP public/ "/srv/http/$PACKAGE/" + rsync -a public/ "/srv/http/$PACKAGE/" fi printf "\n>>>\n>>> CI logs added as Git note.\n>>>\n>>> Run status was %s" "$STATUS" |