1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2026-05-22 10:15:21 +02:00

Remove --long from git describe

This commit is contained in:
Joel Speed
2019-02-08 10:10:52 +00:00
parent b7fd0a1b7e
commit bdf68cc5f0
+1 -1
View File
@@ -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