Skip to content

Commit 6d40c8e

Browse files
committed
Remove the VERSION generation from goreleaser
gorelease use the git repo anyway, so that wasnt working Signed-off-by: Chmouel Boudjnah <chmouel@redhat.com>
1 parent 7793d6c commit 6d40c8e

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,3 @@ tags
4242

4343
#Mac
4444
.DS_Store
45-
46-
# Generated from gorelease
47-
VERSION

tekton/goreleaser.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ spec:
2727
args:
2828
- -c
2929
- "git status; git fetch -p --all"
30-
- "git describe --tags > VERSION"
3130
- name: release
3231
image: goreleaser/goreleaser
3332
workingdir: /workspace/src/${inputs.params.package}

0 commit comments

Comments
 (0)