Skip to content

Commit

Permalink
Remove the VERSION generation from goreleaser
Browse files Browse the repository at this point in the history
gorelease use the git repo anyway, so that wasnt working

Signed-off-by: Chmouel Boudjnah <chmouel@redhat.com>
  • Loading branch information
chmouel authored and tekton-robot committed Sep 4, 2019
1 parent 35b1ede commit a331c11
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,3 @@ tags

#Mac
.DS_Store

# Generated from gorelease
VERSION
1 change: 0 additions & 1 deletion tekton/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ spec:
args:
- -c
- "git status; git fetch -p --all"
- "git describe --tags > VERSION"
- name: release
image: goreleaser/goreleaser
workingdir: /workspace/src/${inputs.params.package}
Expand Down

0 comments on commit a331c11

Please sign in to comment.