Skip to content

Commit

Permalink
[CHORE] Skip waiting for build processing on TestFlight upload (#2320)
Browse files Browse the repository at this point in the history
  • Loading branch information
diegolmello authored Jul 22, 2020
1 parent 7491df6 commit a00e3c7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a00e3c7

Please sign in to comment.