From d9eee86fba70d3f78f023711e33e2edf83912b29 Mon Sep 17 00:00:00 2001 From: Zomatree Date: Thu, 29 Aug 2024 04:23:53 +0100 Subject: [PATCH] ci: run sentry cli in foreground --- ci_scripts/ci_post_clone.sh | 10 ---------- ci_scripts/ci_post_xcodebuild.sh | 2 +- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/ci_scripts/ci_post_clone.sh b/ci_scripts/ci_post_clone.sh index 78c0d47..3fa66c5 100644 --- a/ci_scripts/ci_post_clone.sh +++ b/ci_scripts/ci_post_clone.sh @@ -6,13 +6,3 @@ // allow using macros defaults write com.apple.dt.Xcode IDESkipMacroFingerprintValidation -bool YES - - -// install sentry-cli - -export INSTALL_DIR=$PWD - -if [[ $(command -v sentry-cli) == "" ]]; then - echo "Installing Sentry CLI" - curl -sL https://sentry.io/get-cli/ | bash -fi diff --git a/ci_scripts/ci_post_xcodebuild.sh b/ci_scripts/ci_post_xcodebuild.sh index ea3e6a0..f04d393 100644 --- a/ci_scripts/ci_post_xcodebuild.sh +++ b/ci_scripts/ci_post_xcodebuild.sh @@ -24,4 +24,4 @@ echo "Authenticate to Sentry" sentry-cli login --auth-token $SENTRY_AUTH_TOKEN echo "Uploading dSYM to Sentry" -sentry-cli debug-files upload -o -p $CI_ARCHIVE_PATH +sentry-cli debug-files upload -o -p $CI_ARCHIVE_PATH --force-foreground