[CHORE] Skip waiting for build processing on TestFlight upload (#2320)

This commit is contained in:
Diego Mello 2020-07-22 18:05:24 -03:00 committed by GitHub
parent 7491df6109
commit a00e3c7769
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -35,7 +35,10 @@ platform :ios do
desc "Submit a new Beta Build to Apple TestFlight"
lane :beta do
pilot(ipa: 'ios/RocketChatRN.ipa')
pilot(
ipa: 'ios/RocketChatRN.ipa',
skip_waiting_for_build_processing: true
)
end
desc "Build App for release"