Skip to content

Commit 1314615

Browse files
committed
clean up describe
1 parent 6e3d5b9 commit 1314615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/csi-sanity/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
APP_NAME := csi-sanity
2-
VER :=$(shell git describe).$(shell git log --oneline -1 --pretty=format:"%h")
2+
VER :=$(shell git describe)
33
BRANCH := $(subst /,-,$(shell git rev-parse --abbrev-ref HEAD))
44
SHA := $(shell git rev-parse --short HEAD)
55
ARCH := $(shell go env GOARCH)

0 commit comments

Comments
 (0)