From e114e11d82d9287d2058ea8bd684199abd00be68 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 1 Apr 2023 22:26:30 -0300 Subject: aux/ci/git-post-receive.sh: Do not allow CI report to fail --- aux/ci/git-post-receive.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aux/ci/git-post-receive.sh') diff --git a/aux/ci/git-post-receive.sh b/aux/ci/git-post-receive.sh index c25649b..76adccf 100755 --- a/aux/ci/git-post-receive.sh +++ b/aux/ci/git-post-receive.sh @@ -147,7 +147,7 @@ mkdtemp() { git clone "$REMOTE" . git fetch origin 'refs/notes/*:refs/notes/*' } 1>/dev/null 2>&1 - sh aux/ci/report.sh -n "$NAME" -o public-ci ||: + sh aux/ci/report.sh -n "$NAME" -o public-ci sudo -u deployer mkdir -p "$HTML_OUTDIR"/ci/ sudo -u deployer rsync \ --chmod=D775,F664 \ -- cgit v1.2.3