We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a003f9 + cc69c82 commit 6e3d5b9Copy full SHA for 6e3d5b9
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