mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Try again
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user