mirror of
https://github.com/tooot-app/app
synced 2025-02-18 04:40:57 +01:00
Try again
This commit is contained in:
parent
43ac7688c5
commit
e3da2cc300
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user