remove verbose
This commit is contained in:
parent
da9e84731b
commit
982532c200
|
|
@ -107,8 +107,7 @@ private_lane :syncCodeSigning do |options|
|
|||
git_branch: "fastlane_certificates",
|
||||
keychain_password: options[:keychain_password],
|
||||
skip_docs: true,
|
||||
platform: "ios",
|
||||
verbose: true
|
||||
platform: "ios"
|
||||
)
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue