Skip to content

Commit fa17cef

Browse files
domsolutionslc525
andauthored
Update scheduler/Makefile
Co-authored-by: Lucian Carata <lc525@users.noreply.github.com>
1 parent a027e1b commit fa17cef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scheduler/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ GID ?= $(shell id -g)
2424

2525
KIND_NAME=seldon
2626

27-
RELEASE_TAG=$(shell git describe --tags --always --dirty)
27+
RELEASE_TAG ?= $(shell git describe --tags --always --dirty)
2828

2929
GO_LDFLAGS := -w $(patsubst %,-X %, $(GO_BUILD_VARS))
3030

0 commit comments

Comments
 (0)