Skip to content

Commit

Permalink
Merge branch 'develop' into new.push-notification
Browse files Browse the repository at this point in the history
  • Loading branch information
diegolmello authored Jul 22, 2020
2 parents 4a62812 + a00e3c7 commit 3be132c
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 3be132c

Please sign in to comment.