We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8d65d2 commit a45f5f5Copy full SHA for a45f5f5
Makefile
@@ -25,7 +25,7 @@ PKG := github.com/outscale-dev/osc-bsu-csi-driver
25
IMAGE := osc/osc-ebs-csi-driver
26
IMAGE_TAG ?= $(shell git describe --exact-match 2> /dev/null || \
27
git describe --match=$(git rev-parse --short=8 HEAD) --always --dirty --abbrev=8)
28
-VERSION := ${IMAGE_TAG}
+VERSION ?= ${IMAGE_TAG}
29
GIT_COMMIT ?= $(shell git rev-parse HEAD)
30
BUILD_DATE ?= $(shell date -u +"%Y-%m-%dT%H:%M:%SZ")
31
LDFLAGS ?= "-X ${PKG}/pkg/util.driverVersion=${VERSION} -X ${PKG}/pkg/util.gitCommit=${GIT_COMMIT} -X ${PKG}/pkg/util.buildDate=${BUILD_DATE}"
0 commit comments