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.
2 parents ef6f163 + 8353516 commit 74799b2Copy full SHA for 74799b2
cmd/csi-sanity/Makefile
@@ -1,6 +1,5 @@
1
APP_NAME := csi-sanity
2
-#VER :=$(shell git describe).$(shell git log --oneline -1 --pretty=format:"%h")
3
-VER :=$(shell git log --oneline -1 --pretty=format:"%h")
+VER :=$(shell git describe).$(shell git log --oneline -1 --pretty=format:"%h")
4
BRANCH := $(subst /,-,$(shell git rev-parse --abbrev-ref HEAD))
5
SHA := $(shell git rev-parse --short HEAD)
6
ARCH := $(shell go env GOARCH)
0 commit comments