feat/prepare-android-pipeline-for-rc #24

Merged
malo merged 11 commits from feat/prepare-android-pipeline-for-rc into main 2023-08-08 15:59:34 +00:00
Showing only changes of commit f1141a78ad - Show all commits

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")