From 1338864ed6ea1fb30dd10eba7ec9e81f5b4ae295 Mon Sep 17 00:00:00 2001 From: Fedor Korotkov Date: Tue, 7 Nov 2023 11:23:20 -0500 Subject: [PATCH] Don't install Sentry CLI via brew (#648) Seems it installas 1.x version instead of 2.x. Sentry's documentation [recommends to use their script](https://docs.sentry.io/product/cli/installation/?original_referrer=https%3A%2F%2Fwww.google.com%2F#automatic-installation). --- .cirrus.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 838025b..e38bff2 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -83,8 +83,9 @@ task: - security set-key-partition-list -S apple-tool:,apple:,codesign: -s -k password101 build.keychain - xcrun notarytool store-credentials "notarytool" --apple-id "hello@cirruslabs.org" --team-id "9M2P8L4D89" --password $AC_PASSWORD install_script: - - brew install go goreleaser/tap/goreleaser-pro getsentry/tools/sentry-cli + - brew install go goreleaser/tap/goreleaser-pro - brew install mitchellh/gon/gon + - curl -sL https://sentry.io/get-cli/ | sh info_script: - security find-identity -v - xcodebuild -version