Skip to content

Commit

Permalink
ci: Fix broken Benchmark test (#2208)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrenskers authored Sep 22, 2022
1 parent 08aa03b commit 9fc2dd0
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,17 +73,12 @@ platform :ios do
force: true
)

sync_code_signing(
type: "development",
readonly: true,
app_identifier: ["io.sentry.sample.iOS-Swift", "io.sentry.sample.iOS-Swift.Clip"]
)

build_app(
workspace: "Sentry.xcworkspace",
scheme: "iOS-Swift",
derived_data_path: "DerivedData",
skip_archive: true
skip_archive: true,
skip_codesigning: true
)

delete_keychain(name: "fastlane_tmp_keychain") unless is_ci
Expand Down

0 comments on commit 9fc2dd0

Please sign in to comment.