Skip to content

Commit

Permalink
Fix TAG set in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ese committed Jan 19, 2022
1 parent d0be544 commit 7a1b5a0
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 @@ -29,7 +29,7 @@ GITTAG := $(shell git describe --abbrev=0 --tags ${GITTAG_COMMIT} 2>/dev/null ||
# Branch from git
BRANCH=$(shell git rev-parse --abbrev-ref HEAD)

TAG := $(GITTAG:v%=%)
TAG := $(GITTAG)
ifneq ($(COMMIT), $(GITTAG_COMMIT))
TAG := $(COMMIT)
endif
Expand Down

0 comments on commit 7a1b5a0

Please sign in to comment.