From 4800fbca5dcfbdab6bdb8ed19d3d35f1f538d708 Mon Sep 17 00:00:00 2001 From: Atsushi Nagase Date: Thu, 14 May 2020 21:27:29 +0900 Subject: [PATCH] Fix skip_waiting_for_build_processing --- fastlane/Fastfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index ae3fd70..6da5f38 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -108,8 +108,6 @@ platform :ios do desc 'Publish app to App Store' lane :release_upload do pilot( - distribute_external: true, - notify_external_testers: true, skip_waiting_for_build_processing: true, testers_file_path: './fastlane/testers.csv', ipa: './build/release/CI2Go.ipa' @@ -263,7 +261,6 @@ platform :mac do screenshots_path: './fastlane/screenshots~mac', skip_binary_upload: false, skip_metadata: true, - skip_waiting_for_build_processing: true, skip_screenshots: true ) end