1
0
mirror of https://github.com/prometheus-community/postgres_exporter.git synced 2025-08-09 15:42:47 +03:00

Removed dependency on local build

This commit is contained in:
Jim Tilander
2017-02-14 22:50:17 -08:00
committed by Will Rouesnel
parent 03ee288c3a
commit f5f7d836f5

View File

@@ -31,7 +31,7 @@ test-integration: postgres_exporter postgres_exporter_integration_test
# Do a self-contained docker build - we pull the official upstream container
# and do a self-contained build.
docker-build: postgres_exporter
docker-build:
docker run -v $(shell pwd):/go/src/github.com/wrouesnel/postgres_exporter \
-v $(shell pwd):/real_src \
-e SHELL_UID=$(shell id -u) -e SHELL_GID=$(shell id -g) \