Skip to content

Commit 6e3d5b9

Browse files
authored
Merge pull request #7 from lpabon/m2
update makefile
2 parents 3a003f9 + cc69c82 commit 6e3d5b9

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)