mirror of https://github.com/docker/docs.git
fix makefile
Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
parent
8e8122eb55
commit
f5df60b280
2
Makefile
2
Makefile
|
@ -4,7 +4,7 @@ PREFIX?=$(shell pwd)
|
|||
# Populate version variables
|
||||
# Add to compile time flags
|
||||
NOTARY_PKG := github.com/docker/notary
|
||||
VERSION := $(shell cat NOTARY_VERSION)
|
||||
NOTARY_VERSION := $(shell cat NOTARY_VERSION)
|
||||
GITCOMMIT := $(shell git rev-parse --short HEAD)
|
||||
GITUNTRACKEDCHANGES := $(shell git status --porcelain --untracked-files=no)
|
||||
ifneq ($(GITUNTRACKEDCHANGES),)
|
||||
|
|
Loading…
Reference in New Issue