Skip to content

Commit

Permalink
Add retrieving version from latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
robertvolkmann committed Mar 22, 2024
1 parent 6200ed2 commit 4c84591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ generate: $(HELM) $(YQ)

.PHONY: generate-in-container
generate-in-container: revendor $(HELM)
# echo $(shell git describe --abbrev=0 --tags) > VERSION
echo $(shell git describe --abbrev=0 --tags) > VERSION
docker run --rm -i$(DOCKER_TTY_ARG) \
--env GOCACHE=/gocache \
--mount type=tmpfs,destination=/gocache,tmpfs-mode=1777 \
Expand Down

0 comments on commit 4c84591

Please sign in to comment.