Skip to content

Commit 6c31077

Browse files
ci: Speed up upload to TestFlight (#3131)
Speed up upload to TestFlight by skip waiting for the build to be processed, which isn't required anymore as we don't have bitcode enabled.
1 parent d9fff0f commit 6c31077

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

fastlane/Fastfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,9 @@ platform :ios do
215215
key_content: ENV["APP_STORE_CONNECT_KEY"]
216216
)
217217

218-
testflight
218+
testflight(
219+
skip_waiting_for_build_processing: true,
220+
)
219221

220222
sentry_upload_dif(
221223
auth_token: ENV["SENTRY_AUTH_TOKEN"],

0 commit comments

Comments
 (0)