scm-source: output full SHA, not the short one (#143)
This commit is contained in:
committed by
Henning Jacobs
parent
92baceb184
commit
35b9207b73
2
Makefile
2
Makefile
@@ -3,7 +3,7 @@
|
||||
IMAGE ?= hjacobs/kube-ops-view
|
||||
VERSION ?= $(shell git describe --tags --always --dirty)
|
||||
TAG ?= $(VERSION)
|
||||
GITHEAD = $(shell git rev-parse --short HEAD)
|
||||
GITHEAD = $(shell git rev-parse HEAD)
|
||||
GITURL = $(shell git config --get remote.origin.url)
|
||||
GITSTATUS = $(shell git status --porcelain || echo "no changes")
|
||||
TTYFLAGS = $(shell test -t 0 && echo "-it")
|
||||
|
||||
Reference in New Issue
Block a user