Skip to content

Commit 1657238

Browse files
committed
chore: don't set VERSION in gitignore
we need to generate the docs versions. Signed-off-by: Chmouel Boudjnah <chmouel@redhat.com>
1 parent 95e429d commit 1657238

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

docs/.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
resources/_gen/
22
.hugo_build.lock
33
public/
4-
content/ALLVERSIONS
5-
content/VERSION
64
tmp/

pkg/hub/tektonhub.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ func (t *tektonHubClient) GetResource(ctx context.Context, _, resource, kind str
9696
return string(data), err
9797
}
9898

99+
// getSpecificVersion gets a specific version of a resource from the Tekton Hub.
99100
func (t *tektonHubClient) getSpecificVersion(ctx context.Context, catalogName, resource, kind string) (string, error) {
100101
split := strings.Split(resource, ":")
101102
version := split[len(split)-1]

0 commit comments

Comments
 (0)