Skip to content

Commit

Permalink
ci: run sentry cli in foreground
Browse files Browse the repository at this point in the history
  • Loading branch information
Zomatree committed Aug 29, 2024
1 parent 2d05337 commit d9eee86
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions ci_scripts/ci_post_clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion ci_scripts/ci_post_xcodebuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 <org> -p <project> $CI_ARCHIVE_PATH
sentry-cli debug-files upload -o <org> -p <project> $CI_ARCHIVE_PATH --force-foreground

0 comments on commit d9eee86

Please sign in to comment.