don't remove keychain after build
This commit is contained in:
parent
5efaf15990
commit
dd5d6f3e69
|
|
@ -105,8 +105,6 @@ private_lane :buildConfiguration do |options|
|
|||
buildArchive(options)
|
||||
uploadToAppStore(options)
|
||||
end
|
||||
|
||||
closeKeychain(options)
|
||||
end
|
||||
|
||||
private_lane :buildArchive do |options|
|
||||
|
|
@ -175,12 +173,6 @@ private_lane :openKeychain do |options|
|
|||
end
|
||||
end
|
||||
|
||||
private_lane :closeKeychain do |options|
|
||||
if is_ci?
|
||||
delete_keychain(name: options[:keychain_name])
|
||||
end
|
||||
end
|
||||
|
||||
def get_keychain_options(options)
|
||||
keychain_name = options[:keychain_name]
|
||||
keychain_password = options[:keychain_password]
|
||||
|
|
|
|||
Loading…
Reference in New Issue