match/lib/match/nuke.rb in fastlane-2.29.0.beta.20170509010055 vs match/lib/match/nuke.rb in fastlane-2.29.0

- old
+ new

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