Try again

This commit is contained in:
Zhiyuan Zheng 2021-02-03 19:13:49 +01:00
parent 43ac7688c5
commit e3da2cc300
No known key found for this signature in database
GPG Key ID: 078A93AB607D85E0
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ platform :ios do
desc "Get certificates"
private_lane :get_certificates do |options|
if ENV['CI'] == true
match( type: options[:type], readonly: true, keychain_name: KEYCHAIN_NAME, keychain_password: KEYCHAIN_PASS )
match( type: options[:type], readonly: true )
else
match( type: options[:type], readonly: true )
end