fix: remove duplacte git_url field
This commit is contained in:
parent
7cd4ac4238
commit
f1141a78ad
@ -105,12 +105,11 @@ module Fastlane
|
|||||||
git_basic_authorization: Base64.strict_encode64(creds['git_basic_authorization']),
|
git_basic_authorization: Base64.strict_encode64(creds['git_basic_authorization']),
|
||||||
keychain_name: creds['temp_keychain_user'].to_s,
|
keychain_name: creds['temp_keychain_user'].to_s,
|
||||||
keychain_password: creds['temp_keychain_password'].to_s,
|
keychain_password: creds['temp_keychain_password'].to_s,
|
||||||
git_url: creds['git_url'].to_s,
|
|
||||||
username: creds['username'].to_s,
|
username: creds['username'].to_s,
|
||||||
team_id: creds['team_id'].to_s,
|
team_id: creds['team_id'].to_s,
|
||||||
team_name: creds['team_name'].to_s,
|
team_name: creds['team_name'].to_s,
|
||||||
git_url: creds['git_url'].to_s,
|
git_url: creds['git_url'].to_s,
|
||||||
storage_mode: "git"
|
storage_mode: "git",
|
||||||
)
|
)
|
||||||
UI.message("👉🏼 App signed")
|
UI.message("👉🏼 App signed")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user