Skip to content

Commit 9645b43

Browse files
authored
ci(repo): skip waiting for ios processing (#1059)
* skip waiting for processing * typo fixed
1 parent 873dc55 commit 9645b43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dogfooding/ios/fastlane/Fastfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ platform :ios do
7878
groups: is_prod ? ['Internal Testers', 'External Testers'] : ['Internal Testers'],
7979
changelog: 'Lots of amazing new features to test out!',
8080
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',
81+
skip_waiting_for_build_processing: true,
82+
beta_app_description: 'Beta build of Stream Video Flutter Dogfooding app for internal and external testers',
8383
)
8484
rescue Exception => e
8585
if e.message.include? 'Another build is in review'

0 commit comments

Comments
 (0)