diff --git a/fastlane/Fastfile b/fastlane/Fastfile index cd83bed9c..3524e07e2 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -256,19 +256,19 @@ platform :ios do app_identifier: [], ) - find / -name match_version.txt + #find / -name match_version.txt - UI.success "decrypting repo!" - storage = Match::Storage.for_mode("git", { git_url: git_url, shallow_clone: shallow_clone, git_branch: branch, clone_branch_directly: true}) - storage.download - encryption = Match::Encryption.for_storage_mode("git", { git_url: git_url, working_directory: storage.working_directory}) - encryption.decrypt_files + #UI.success "decrypting repo!" + #storage = Match::Storage.for_mode("git", { git_url: git_url, shallow_clone: shallow_clone, git_branch: branch, clone_branch_directly: true}) + #storage.download + #encryption = Match::Encryption.for_storage_mode("git", { git_url: git_url, working_directory: storage.working_directory}) + #encryption.decrypt_files - files = [] - iterate(storage.working_directory) do |current| - files << current - UI.success("found '#{File.basename(current)}'") - end + #files = [] + #iterate(storage.working_directory) do |current| + # files << current + # UI.success("found '#{File.basename(current)}'") + #end end desc "Nuke Certs"