mina icon indicating copy to clipboard operation
mina copied to clipboard

Call git clone without the --recursive option

Open patricks opened this issue 9 years ago • 1 comments

Is there a way to call git clone without the --recursive option with mina. I don't want to download every submodule.

patricks avatar Oct 24 '16 07:10 patricks

Unfortunately not for now as it is hardcoded https://github.com/mina-deploy/mina/blob/master/tasks/mina/git.rb#L15

what you could do is write your own git:clone task and remote that line.

d4be4st avatar Nov 03 '16 13:11 d4be4st