Skip to content

Commit 3d56398

Browse files
committed
Fix git pull type
1 parent 2e02a73 commit 3d56398

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

git.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@ func CloneRepo(ctx context.Context, opts CloneRepoOptions) error {
7070
Progress: opts.Progress,
7171
ReferenceName: plumbing.ReferenceName(reference),
7272
InsecureSkipTLS: opts.Insecure,
73-
Tags: git.NoTags,
74-
SingleBranch: true,
75-
Depth: 1,
7673
})
7774
if errors.Is(err, git.ErrRepositoryAlreadyExists) {
7875
return nil

0 commit comments

Comments
 (0)