chore: remove non-functional reject_build_waiting_for_review fastlane flag
This commit is contained in:
@@ -46,25 +46,14 @@ platform :ios do
|
|||||||
|
|
||||||
is_prod = scheme == 'StandardNotes'
|
is_prod = scheme == 'StandardNotes'
|
||||||
|
|
||||||
begin
|
upload_to_testflight(
|
||||||
upload_to_testflight(
|
apple_id: ENV['APPLE_APP_ID'],
|
||||||
apple_id: ENV['APPLE_APP_ID'],
|
distribute_external: is_prod,
|
||||||
distribute_external: is_prod,
|
groups: ['Public'],
|
||||||
groups: ['Public'],
|
notify_external_testers: is_prod,
|
||||||
notify_external_testers: is_prod,
|
submit_beta_review: is_prod,
|
||||||
submit_beta_review: is_prod,
|
changelog: 'Fixes and improvements.'
|
||||||
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
|
|
||||||
|
|
||||||
if is_prod
|
if is_prod
|
||||||
upload_to_app_store(
|
upload_to_app_store(
|
||||||
|
|||||||
Reference in New Issue
Block a user