diff options
author | EuAndreh <eu@euandre.org> | 2021-02-24 21:15:42 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-02-24 21:15:42 -0300 |
commit | 8d8307e8a5d7570c1373717963895c0506e7e098 (patch) | |
tree | 24518ccb7f2041c7d88e3a91e45e8939ba2c5c30 /aux/ci/ci-build.sh | |
parent | aux/ci/ci-build.sh: Capture stderr properly (diff) | |
download | remembering-8d8307e8a5d7570c1373717963895c0506e7e098.tar.gz remembering-8d8307e8a5d7570c1373717963895c0506e7e098.tar.xz |
aux/ci/ci-build.sh: Don't --delete on trap to avoid deleting pages in case of failure
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 0679cbd..fb49e71 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/" --delete + rsync -avzzP public/ "/srv/http/$PACKAGE/" fi printf "\n>>>\n>>> CI logs added as Git note.\n>>>\n>>> Run status was %s" "$STATUS" |