sigh/lib/sigh/runner.rb in fastlane-2.157.2 vs sigh/lib/sigh/runner.rb in fastlane-2.157.3
- old
+ new
@@ -17,10 +17,9 @@
hide_keys: [:output_path],
title: "Summary for sigh #{Fastlane::VERSION}")
UI.message("Starting login with user '#{Sigh.config[:username]}'")
Spaceship::ConnectAPI.login(Sigh.config[:username], nil, use_portal: true, use_tunes: false)
- Spaceship::ConnectAPI.select_team
UI.message("Successfully logged in")
profiles = [] if Sigh.config[:skip_fetch_profiles]
profiles ||= fetch_profiles # download the profile if it's there