mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
[web] fix sentry upload (#27956)
GitOrigin-RevId: e83670af74da82e385e312a62904eaeb9b7fbef8
This commit is contained in:
@@ -574,9 +574,10 @@ SENTRY_IMAGE=getsentry/sentry-cli:2.16.1
|
||||
sentry_prefetch:
|
||||
docker pull $(SENTRY_IMAGE)
|
||||
|
||||
sentry_upload: MONOREPO=$(shell cd ../../ && pwd)
|
||||
sentry_upload:
|
||||
docker run --rm \
|
||||
--volume $(PWD):$(PWD) --workdir $(PWD) \
|
||||
--volume $(MONOREPO):$(MONOREPO):ro --workdir $(PWD) \
|
||||
--env BRANCH_NAME --env SENTRY_RELEASE \
|
||||
--entrypoint bin/sentry_upload \
|
||||
$(SENTRY_IMAGE)
|
||||
|
||||
Reference in New Issue
Block a user