aboutsummaryrefslogtreecommitdiff
path: root/aux
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-03-06 21:53:49 -0300
committerEuAndreh <eu@euandre.org>2021-03-06 21:53:49 -0300
commitd30f1dbb0160d049895e94dd2f14e227f01ac4fc (patch)
tree42dc5f085a2cb51bc1115ffdf2fef026be68a8c8 /aux
parentREADME.sh: Remove suffix from Git repo link (diff)
downloadserver-d30f1dbb0160d049895e94dd2f14e227f01ac4fc.tar.gz
server-d30f1dbb0160d049895e94dd2f14e227f01ac4fc.tar.xz
ci-build.sh: Also omit output of second rsync
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 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"