From 0c790b966ea7680cc235a7263e7fb700efe4be16 Mon Sep 17 00:00:00 2001 From: Tom Wilkie Date: Mon, 26 Oct 2015 16:44:41 +0000 Subject: [PATCH] sudo -E so environment variables (like GOOS and CIRCLECI) are passed through to docker --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f9069e6cf..5b3081833 100644 --- a/Makefile +++ b/Makefile @@ -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= ` -SUDO=sudo +SUDO=sudo -E DOCKERHUB_USER=weaveworks APP_EXE=app/scope-app PROBE_EXE=probe/scope-probe