From e6c6f6aa8f34aaff6df665d5e64bc08ee1797455 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 24 Feb 2021 21:19:47 -0300 Subject: aux/ci/ci-build.sh: Don't --delete on trap to avoid deleting pages in case of failure --- aux/ci/ci-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aux') 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" -- cgit v1.2.3