Skip to content
Snippets Groups Projects
Commit d82dc466 authored by OndraRehounek's avatar OndraRehounek Committed by jan.bednarik
Browse files

MS & KS: git clone --depth 1

parent 2c9a7c94
No related branches found
No related tags found
2 merge requests!442Release,!432Feature/majak imports
......@@ -177,7 +177,7 @@ def clone_repo(url: str) -> str:
rmtree(repo_path)
os.chdir(path)
os.system("git clone {}".format(url))
os.system("git clone --depth 1 {}".format(url))
return repo_path
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment