fix: remove duplacte git_url field

This commit is contained in:
Malo Léon 2023-07-05 16:17:24 +02:00
parent 7cd4ac4238
commit f1141a78ad

View File

@ -105,12 +105,11 @@ module Fastlane
git_basic_authorization: Base64.strict_encode64(creds['git_basic_authorization']),
keychain_name: creds['temp_keychain_user'].to_s,
keychain_password: creds['temp_keychain_password'].to_s,
git_url: creds['git_url'].to_s,
username: creds['username'].to_s,
team_id: creds['team_id'].to_s,
team_name: creds['team_name'].to_s,
git_url: creds['git_url'].to_s,
storage_mode: "git"
storage_mode: "git",
)
UI.message("👉🏼 App signed")