Merge pull request #106 from TouchInstinct/fix_keychain_creation

don't set timeout for ci keychain
This commit is contained in:
Ivan Smolin 2019-05-15 23:18:53 +03:00 committed by GitHub
commit aece04b97b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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(