We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 873dc55 commit 9645b43Copy full SHA for 9645b43
dogfooding/ios/fastlane/Fastfile
@@ -78,8 +78,8 @@ platform :ios do
78
groups: is_prod ? ['Internal Testers', 'External Testers'] : ['Internal Testers'],
79
changelog: 'Lots of amazing new features to test out!',
80
reject_build_waiting_for_review: false,
81
- skip_waiting_for_build_processing: false,
82
- beta_app_description: 'Beta build of Stream Video Flutter Dogfoofing app for internal and external testers',
+ skip_waiting_for_build_processing: true,
+ beta_app_description: 'Beta build of Stream Video Flutter Dogfooding app for internal and external testers',
83
)
84
rescue Exception => e
85
if e.message.include? 'Another build is in review'
0 commit comments