Added --always flag to git_tag to prevent erroring out
This commit is contained in:
parent
bc6e856179
commit
e14a8565df
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -2,7 +2,7 @@
|
||||||
DOCKER ?= docker
|
DOCKER ?= docker
|
||||||
|
|
||||||
prog ?= configurator
|
prog ?= configurator
|
||||||
git_tag := $(shell git describe --abbrev=0 --tags)
|
git_tag := $(shell git describe --abbrev=0 --tags --always)
|
||||||
sources := main.go $(wildcard cmd/*.go)
|
sources := main.go $(wildcard cmd/*.go)
|
||||||
plugin_source_prefix := pkg/generator/plugins
|
plugin_source_prefix := pkg/generator/plugins
|
||||||
plugin_sources := $(filter-out %_test.go,$(wildcard $(plugin_source_prefix)/*/*.go))
|
plugin_sources := $(filter-out %_test.go,$(wildcard $(plugin_source_prefix)/*/*.go))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue