sudo -E so environment variables (like GOOS and CIRCLECI) are passed through to docker

This commit is contained in:
Tom Wilkie
2015-10-26 16:44:41 +00:00
parent ba2f3cf7d9
commit 0c790b966e

View File

@@ -1,7 +1,7 @@
.PHONY: all deps static clean client-lint client-test client-sync backend frontend
# If you can use Docker without being root, you can `make SUDO= <target>`
SUDO=sudo
SUDO=sudo -E
DOCKERHUB_USER=weaveworks
APP_EXE=app/scope-app
PROBE_EXE=probe/scope-probe