8000 fix(worker): clone squeeze (#3168) · ovh/cds@e355468 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit e355468

Browse files
yesnaultfsamin
authored andcommitted
fix(worker): clone squeeze (#3168)
Signed-off-by: Yvonnick Esnault <yvonnick.esnault@corp.ovh.com>
1 parent e529b85 commit e355468

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

engine/worker/builtin_checkout_application.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ func runCheckoutApplication(w *currentWorker) BuiltInAction {
3333
var opts = &git.CloneOpts{
3434
Recursive: true,
3535
NoStrictHostKeyChecking: true,
36-
Depth: 50,
3736
}
3837
if branch != nil {
3938
opts.Branch = branch.Value

engine/worker/builtin_gitclone.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ func runGitClone(w *currentWorker) BuiltInAction {
128128
var opts = &git.CloneOpts{
129129
Recursive: true,
130130
NoStrictHostKeyChecking: true,
131-
Depth: 50,
132131
}
133132
if branch != nil {
134133
opts.Branch = branch.Value

0 commit comments

Comments
 (0)
0