aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-03-06 21:22:09 -0300
committerEuAndreh <eu@euandre.org>2021-03-06 21:22:09 -0300
commit1febc7225a9abef8f360b54cc665dd12754649a7 (patch)
treed6813ae15200cd1738d907be65312068eae21183
parentRemove about/ suffix from Git repo links (diff)
downloadeuandre.org-1febc7225a9abef8f360b54cc665dd12754649a7.tar.gz
euandre.org-1febc7225a9abef8f360b54cc665dd12754649a7.tar.xz
ci-build.sh: Also omit output of second rsync
Diffstat (limited to '')
-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"