mirror of
https://github.com/prometheus/prometheus
synced 2024-12-24 15:32:48 +00:00
Remove unused GO_GET from Makefile.INCLUDE.
This commit is contained in:
parent
f149389d29
commit
c813eee457
@ -63,8 +63,6 @@ export PATH := $(GOPATH)/bin:$(GOROOT)/bin:$(PATH)
|
||||
|
||||
export GO_TEST_FLAGS ?= -short
|
||||
|
||||
GO_GET := $(GO) get -u -v -x
|
||||
|
||||
REV := $(shell git rev-parse --short HEAD 2> /dev/null || echo 'unknown')
|
||||
BRANCH := $(shell git rev-parse --abbrev-ref HEAD 2> /dev/null || echo 'unknown')
|
||||
HOSTNAME := $(shell hostname -f)
|
||||
|
Loading…
Reference in New Issue
Block a user