Skip to content

Commit 667020c

Browse files
committed
CH_228 remove depth parameter
1 parent 3ee8d53 commit 667020c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tools/deployment-cli-tools/ch_cli_tools/codefresh.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ def clone_step_spec(conf: GitDependencyConfig, context_path: str):
5252
"type": "git-clone",
5353
"repo": conf.url,
5454
"revision": conf.branch_tag,
55-
"depth": 1,
5655
"working_directory": join(context_path, "dependencies", conf.path or ""),
5756
"git": get_main_domain(conf.url) # Cannot really tell what's the git config name, usually the name of the repo
5857
}

0 commit comments

Comments
 (0)