aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-01-20 23:39:54 -0300
committerEuAndreh <eu@euandre.org>2022-01-21 00:00:19 -0300
commit014d4b731abab519c50fe4c7dec94ce1291d2716 (patch)
tree7432d325146c7fd969096b29f8a0ffafa2986a6f
parentaux/workflow/repocheck.sh: Indent output (diff)
downloadgit-permalink-014d4b731abab519c50fe4c7dec94ce1291d2716.tar.gz
git-permalink-014d4b731abab519c50fe4c7dec94ce1291d2716.tar.xz
aux/ci/ci-build.sh: Don't --delete on the 2nd, fallback rsync
-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 332d9f0..5e5e656 100755
--- a/aux/ci/ci-build.sh
+++ b/aux/ci/ci-build.sh
@@ -36,7 +36,7 @@ EOF
cd -
git fetch origin refs/notes/*:refs/notes/*
sh aux/ci/report.sh -n "$PROJECT" -o public
- rsync -av public/ "/srv/http/$PROJECT/" --delete
+ rsync -av public/ "/srv/http/$PROJECT/"
tar -C /srv/http -cf /srv/http/"$PROJECT"/repo.tar.gz \
"$PROJECT".git