aboutsummaryrefslogtreecommitdiff
path: root/aux/ci/ci-build.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-02-24 21:19:47 -0300
committerEuAndreh <eu@euandre.org>2021-02-24 21:19:47 -0300
commite6c6f6aa8f34aaff6df665d5e64bc08ee1797455 (patch)
tree12a1c6c4c11398c3496c7ec63ea8585c397544ee /aux/ci/ci-build.sh
parentlatest.scm, posix.scm: Fix indentation (diff)
downloadpackage-repository-e6c6f6aa8f34aaff6df665d5e64bc08ee1797455.tar.gz
package-repository-e6c6f6aa8f34aaff6df665d5e64bc08ee1797455.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"