lib/match/nuke.rb in match-0.3.0 vs lib/match/nuke.rb in match-0.4.0

- old
+ new

@@ -9,10 +9,10 @@ def run(params, type: nil) self.params = params self.type = type - params[:workspace] = GitHelper.clone(params[:git_url], params[:shallow_clone]) + params[:workspace] = GitHelper.clone(params[:git_url], params[:shallow_clone], skip_docs: params[:skip_docs]) had_app_identifier = self.params[:app_identifier] self.params[:app_identifier] = '' # we don't really need a value here FastlaneCore::PrintTable.print_values(config: params, hide_keys: [:app_identifier, :workspace],