mirror of
https://github.com/tooot-app/app
synced 2025-02-21 14:20:50 +01:00
Try again
This commit is contained in:
parent
43ac7688c5
commit
e3da2cc300
@ -32,7 +32,7 @@ platform :ios do
|
|||||||
desc "Get certificates"
|
desc "Get certificates"
|
||||||
private_lane :get_certificates do |options|
|
private_lane :get_certificates do |options|
|
||||||
if ENV['CI'] == true
|
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
|
else
|
||||||
match( type: options[:type], readonly: true )
|
match( type: options[:type], readonly: true )
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user