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