Merge pull request #145 from mlaventure/fix-makefile-generated-container-name
Add missing GIT_BRANCH variable to Makefile
This commit is contained in:
commit
9a9dc2e7e1
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -1,6 +1,7 @@
|
|||
BUILDTAGS=
|
||||
|
||||
GIT_COMMIT := $(shell git rev-parse HEAD 2> /dev/null || true)
|
||||
GIT_BRANCH := $(shell git rev-parse --abbrev-ref HEAD 2> /dev/null)
|
||||
|
||||
LDFLAGS := -X github.com/docker/containerd.GitCommit=${GIT_COMMIT} ${LDFLAGS}
|
||||
|
||||
|
|
Loading…
Reference in a new issue