We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ee8d53 commit 667020cCopy full SHA for 667020c
1 file changed
tools/deployment-cli-tools/ch_cli_tools/codefresh.py
@@ -52,7 +52,6 @@ def clone_step_spec(conf: GitDependencyConfig, context_path: str):
52
"type": "git-clone",
53
"repo": conf.url,
54
"revision": conf.branch_tag,
55
- "depth": 1,
56
"working_directory": join(context_path, "dependencies", conf.path or ""),
57
"git": get_main_domain(conf.url) # Cannot really tell what's the git config name, usually the name of the repo
58
}
0 commit comments