Skip to content

Commit

Permalink
clean up describe
Browse files Browse the repository at this point in the history
  • Loading branch information
lpabon committed Dec 19, 2017
1 parent 74799b2 commit a47d901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/csi-sanity/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
APP_NAME := csi-sanity
VER :=$(shell git describe).$(shell git log --oneline -1 --pretty=format:"%h")
VER :=$(shell git describe)
BRANCH := $(subst /,-,$(shell git rev-parse --abbrev-ref HEAD))
SHA := $(shell git rev-parse --short HEAD)
ARCH := $(shell go env GOARCH)
Expand Down

0 comments on commit a47d901

Please sign in to comment.