lib/match/runner.rb in match-0.1.2 vs lib/match/runner.rb in match-0.2.0
- old
+ new
@@ -5,10 +5,10 @@
def run(params)
FastlaneCore::PrintTable.print_values(config: params,
hide_keys: [:workspace],
title: "Summary for match #{Match::VERSION}")
- params[:workspace] = GitHelper.clone(params[:git_url])
+ params[:workspace] = GitHelper.clone(params[:git_url], params[:shallow_clone])
spaceship = SpaceshipEnsure.new(params[:username]) unless params[:readonly]
# Verify the App ID (as we don't want 'match' to fail at a later point)
spaceship.bundle_identifier_exists(params) if spaceship