1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Try again

This commit is contained in:
Zhiyuan Zheng
2021-02-03 19:13:49 +01:00
parent 43ac7688c5
commit e3da2cc300

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