Merge pull request #106 from TouchInstinct/fix_keychain_creation
don't set timeout for ci keychain
This commit is contained in:
commit
aece04b97b
|
|
@ -173,7 +173,8 @@ private_lane :openKeychain do |options|
|
|||
create_keychain(
|
||||
name: options[:keychain_name],
|
||||
password: options[:keychain_password],
|
||||
unlock: true
|
||||
unlock: true,
|
||||
timeout: false
|
||||
)
|
||||
else
|
||||
unlock_keychain(
|
||||
|
|
|
|||
Loading…
Reference in New Issue