mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
[web] run sentry as current user to match up with the git-repo owner (#27964)
GitOrigin-RevId: a0736a6d7d8a24ec6a7b539526f52d3c2749c0bb
This commit is contained in:
@@ -578,6 +578,7 @@ sentry_upload: MONOREPO=$(shell cd ../../ && pwd)
|
||||
sentry_upload:
|
||||
docker run --rm \
|
||||
--volume $(MONOREPO):$(MONOREPO) --workdir $(PWD) \
|
||||
--user "$(shell id -u):$(shell id -g)" \
|
||||
--env BRANCH_NAME --env SENTRY_RELEASE \
|
||||
--entrypoint bin/sentry_upload \
|
||||
$(SENTRY_IMAGE)
|
||||
|
||||
Reference in New Issue
Block a user