diff options
Diffstat (limited to 'internal/rosa/git.go')
| -rw-r--r-- | internal/rosa/git.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/internal/rosa/git.go b/internal/rosa/git.go index c7f8c5b9..d4d679ba 100644 --- a/internal/rosa/git.go +++ b/internal/rosa/git.go @@ -36,8 +36,3 @@ git \ rm -rf /work/.git `, resolvconf()) } - -// newTagRemote is a helper around NewViaGit for a tag on a git remote. -func (t Toolchain) newTagRemote(url, tag, checksum string) pkg.Artifact { - return t.NewViaGit(url, "refs/tags/"+tag, mustDecode(checksum)) -} |
