diff options
author | EuAndreh <eu@euandre.org> | 2021-06-16 23:00:20 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-06-16 23:00:20 -0300 |
commit | 993e0e15eb9691bc73e502e0003fa799650862e3 (patch) | |
tree | fbba2173783f55445ddd7c7e24f652db6936016d /aux/ci/ci-build.sh | |
parent | README.md: Highlight link as anchor instead of text (diff) | |
download | package-repository-993e0e15eb9691bc73e502e0003fa799650862e3.tar.gz package-repository-993e0e15eb9691bc73e502e0003fa799650862e3.tar.xz |
aux/: Update
Diffstat (limited to '')
-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" } |