1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 05:14:13 +01:00

Merge pull request #362 from damemi/only-release-tags

Update version parsing to exclude helm-chart tags
This commit is contained in:
Kubernetes Prow Robot
2020-07-28 09:31:48 -07:00
committed by GitHub

View File

@@ -15,7 +15,7 @@
.PHONY: test
# VERSION is currently based on the last commit
VERSION?=$(shell git describe --tags)
VERSION?=$(shell git describe --tags --match "v*")
COMMIT=$(shell git rev-parse HEAD)
BUILD=$(shell date +%FT%T%z)
LDFLAG_LOCATION=sigs.k8s.io/descheduler/cmd/descheduler/app