From 48cbee8d7101a478b2bc95db3f9149628fe40fab Mon Sep 17 00:00:00 2001 From: Vishesh Handa <me@vhanda.in> Date: Tue, 6 Jul 2021 10:40:21 +0200 Subject: [PATCH] ios ci: Revert changes The build uploads fine, but I get a login failure after that. I'm tired and don't want to debug this anymore. --- ios/fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/fastlane/Fastfile b/ios/fastlane/Fastfile index 468dcaab..bd2c3dce 100644 --- a/ios/fastlane/Fastfile +++ b/ios/fastlane/Fastfile @@ -16,6 +16,6 @@ platform :ios do ) #upload_to_app_store(skip_metadata: true, skip_screenshots: true) changelog_from_git_commits - upload_to_testflight(apple_id:"1466519634", skip_waiting_for_build_processing:false, notify_external_testers:true) + upload_to_testflight(apple_id:"1466519634", skip_waiting_for_build_processing:true) end end