Skip to content

Commit cc69c82

Browse files
committed
update makefile
1 parent 3a003f9 commit cc69c82

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cmd/csi-sanity/Makefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
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")
2+
VER :=$(shell git describe).$(shell git log --oneline -1 --pretty=format:"%h")
43
BRANCH := $(subst /,-,$(shell git rev-parse --abbrev-ref HEAD))
54
SHA := $(shell git rev-parse --short HEAD)
65
ARCH := $(shell go env GOARCH)

0 commit comments

Comments
 (0)