Skip to content

Commit 86a63f4

Browse files
authored
Merge pull request #100 from getsolus/git-fetch
git: Fix fetch
2 parents baeadd5 + 8ae765e commit 86a63f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

builder/source/git.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ func clone(uri, path, ref string) error {
115115
func reset(path, ref string) error {
116116
fetchArgs := []string{
117117
"fetch",
118+
"--tags",
118119
"origin",
119120
}
120121

0 commit comments

Comments
 (0)