aboutsummaryrefslogtreecommitdiff
path: root/aux/ci/ci-build.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-02-24 21:15:42 -0300
committerEuAndreh <eu@euandre.org>2021-02-24 21:15:42 -0300
commit8d8307e8a5d7570c1373717963895c0506e7e098 (patch)
tree24518ccb7f2041c7d88e3a91e45e8939ba2c5c30 /aux/ci/ci-build.sh
parentaux/ci/ci-build.sh: Capture stderr properly (diff)
downloadremembering-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 'aux/ci/ci-build.sh')
-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 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"