diff options
author | EuAndreh <eu@euandre.org> | 2021-06-13 18:55:20 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-06-13 18:55:20 -0300 |
commit | a952b913194df2d4b118530da3e37b89369d64e5 (patch) | |
tree | 175459b46e9ee1452ffdac28fdcd689d9ad3a374 /aux/ci | |
parent | README.md: Use full links to online manpages (diff) | |
download | remembering-a952b913194df2d4b118530da3e37b89369d64e5.tar.gz remembering-a952b913194df2d4b118530da3e37b89369d64e5.tar.xz |
aux/ci/ci-build.sh: Use -v on 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 b6769a9..60af813 100755 --- a/aux/ci/ci-build.sh +++ b/aux/ci/ci-build.sh @@ -27,7 +27,7 @@ EOF cd - sh aux/ci/report.sh "$PACKAGE" - rsync -a public/ "/srv/http/$PACKAGE/" --delete + rsync -av public/ "/srv/http/$PACKAGE/" --delete printf "\n>>>\n>>> CI logs added as Git note.\n>>>\n>>> Run status was %s" "$STATUS" } |