diff options
Diffstat (limited to '')
-rwxr-xr-x | aux/ci/git-post-receive.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |