From d95be3dbfc69d6279a41ccb9c4bdbbd9e38d4829 Mon Sep 17 00:00:00 2001 From: Jakob Ackermann Date: Fri, 15 Aug 2025 16:05:55 +0200 Subject: [PATCH] [web] fix sentry upload (#27960) GitOrigin-RevId: a151486769a18d1a17f427ea6d8613821db5ef14 --- services/web/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/Makefile b/services/web/Makefile index a2d1afd756..7475559814 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -577,7 +577,7 @@ sentry_prefetch: sentry_upload: MONOREPO=$(shell cd ../../ && pwd) sentry_upload: docker run --rm \ - --volume $(MONOREPO):$(MONOREPO):ro --workdir $(PWD) \ + --volume $(MONOREPO):$(MONOREPO) --workdir $(PWD) \ --env BRANCH_NAME --env SENTRY_RELEASE \ --entrypoint bin/sentry_upload \ $(SENTRY_IMAGE)