From 70d4931cfa7061da0636be177bb3188636ddf7f6 Mon Sep 17 00:00:00 2001 From: Jakob Ackermann Date: Thu, 5 Aug 2021 09:17:27 +0100 Subject: [PATCH] [misc] sentry_upload: no more git-commit annotations for releases GitOrigin-RevId: 74ef0d393c2c14577951d7195886933c05d06a61 --- services/web/bin/sentry_upload | 1 - 1 file changed, 1 deletion(-) diff --git a/services/web/bin/sentry_upload b/services/web/bin/sentry_upload index cf7b3cddb8..a5ada83989 100755 --- a/services/web/bin/sentry_upload +++ b/services/web/bin/sentry_upload @@ -11,7 +11,6 @@ if [[ "$BRANCH_NAME" == "master" || "$BRANCH_NAME" == "main" ]]; then OPTS="--no-rewrite --url-prefix ~" sentry-cli releases new "$SENTRY_RELEASE" sentry-cli releases files "$SENTRY_RELEASE" upload-sourcemaps ${OPTS} . - sentry-cli releases set-commits --auto --ignore-missing "$SENTRY_RELEASE" sentry-cli releases finalize "$SENTRY_RELEASE" rm -rf sentry_upload