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.
This commit is contained in:
Vishesh Handa
2021-07-06 10:40:21 +02:00
parent 6b62d7d522
commit 48cbee8d71

View File

@ -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