Remove --long from git describe
This commit is contained in:
parent
b7fd0a1b7e
commit
bdf68cc5f0
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
||||
include .env
|
||||
BINARY := oauth2_proxy
|
||||
VERSION := $(shell git describe --always --long --dirty --tags 2>/dev/null || echo "undefined")
|
||||
VERSION := $(shell git describe --always --dirty --tags 2>/dev/null || echo "undefined")
|
||||
.NOTPARALLEL:
|
||||
|
||||
.PHONY: all
|
||||
|
Loading…
x
Reference in New Issue
Block a user