aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pkg/git/git.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/git/git.go b/pkg/git/git.go
index 30cf2cafb..8ee05f9fe 100644
--- a/pkg/git/git.go
+++ b/pkg/git/git.go
@@ -29,7 +29,6 @@ func Poll(dir, repo, branch string) (string, error) {
args := []string{
"clone",
repo,
- "--no-tags",
"--depth", "1",
"--single-branch",
"--branch", branch,