From 6001c0d7a1ac91161fa02e29c9369a9c88febeef Mon Sep 17 00:00:00 2001 From: Mo Date: Thu, 7 Jul 2022 15:34:37 -0500 Subject: [PATCH] chore: remove non-functional reject_build_waiting_for_review fastlane flag --- packages/mobile/fastlane/Fastfile | 27 ++++++++------------------- 1 file changed, 8 insertions(+), 19 deletions(-) diff --git a/packages/mobile/fastlane/Fastfile b/packages/mobile/fastlane/Fastfile index 771e51c3a..859056d49 100755 --- a/packages/mobile/fastlane/Fastfile +++ b/packages/mobile/fastlane/Fastfile @@ -46,25 +46,14 @@ platform :ios do is_prod = scheme == 'StandardNotes' - begin - upload_to_testflight( - apple_id: ENV['APPLE_APP_ID'], - distribute_external: is_prod, - groups: ['Public'], - notify_external_testers: is_prod, - submit_beta_review: is_prod, - reject_build_waiting_for_review: is_prod, - changelog: 'Fixes and improvements.' - ) - - # https://github.com/fastlane/fastlane/issues/18408 - rescue Exception => e - if e.message.include? 'Another build is in review' - UI.important('Another build is already in external beta review. Skipping external beta review submission') - else - raise - end - end + upload_to_testflight( + apple_id: ENV['APPLE_APP_ID'], + distribute_external: is_prod, + groups: ['Public'], + notify_external_testers: is_prod, + submit_beta_review: is_prod, + changelog: 'Fixes and improvements.' + ) if is_prod upload_to_app_store(