mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-24 20:18:13 +02:00
ci: allow to override VERSION in Makefile via env
This commit is contained in:
parent
56ba07e53e
commit
1e1d470035
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -13,7 +13,7 @@ BUILDTAGS :=
|
|||
|
||||
# Populate version variables
|
||||
# Add to compile time flags
|
||||
VERSION := $(shell git describe --tags)
|
||||
VERSION?= $(shell git describe --tags)
|
||||
GITCOMMIT := $(shell git rev-parse --short HEAD)
|
||||
BUILDMETA:=
|
||||
GITUNTRACKEDCHANGES := $(shell git status --porcelain --untracked-files=no)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue