We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e3d5b9 commit 1314615Copy full SHA for 1314615
cmd/csi-sanity/Makefile
@@ -1,5 +1,5 @@
1
APP_NAME := csi-sanity
2
-VER :=$(shell git describe).$(shell git log --oneline -1 --pretty=format:"%h")
+VER :=$(shell git describe)
3
BRANCH := $(subst /,-,$(shell git rev-parse --abbrev-ref HEAD))
4
SHA := $(shell git rev-parse --short HEAD)
5
ARCH := $(shell go env GOARCH)
0 commit comments