Skip to content

Commit

Permalink
fix Fastlane call
Browse files Browse the repository at this point in the history
  • Loading branch information
denrase committed Jan 16, 2024
1 parent e5befb9 commit b691d81
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
lane :test do
sentry_upload_dsym(
dsym_path: './assets/SwiftExample.app.dSYM.zip'
)
end

lane :test_big do
sentry_upload_dsym(
dsym_path: './assets/Big.app.dSYM.zip'
)
end

lane :integration_test_upload_dif do
sentry_upload_dif(
lane :integration_test_debug_files_upload do
sentry_debug_files_upload(
org_slug: 'sentry-sdks',
project_slug: 'sentry-fastlane-plugin',
url: "http://127.0.0.1:8000",
Expand Down

0 comments on commit b691d81

Please sign in to comment.