From eff6169ac75469bfec0db5770c0367829ffc3ecb Mon Sep 17 00:00:00 2001 From: Matthew Farrellee Date: Fri, 20 Nov 2015 16:58:59 -0500 Subject: [PATCH] Change default to local build, require explicit "make push" to push --- examples/spark/images/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/spark/images/Makefile b/examples/spark/images/Makefile index baa1fc18e16..9d465e228b1 100644 --- a/examples/spark/images/Makefile +++ b/examples/spark/images/Makefile @@ -1,4 +1,4 @@ -all: push +all: spark zeppelin push: push-spark push-zeppelin .PHONY: push push-spark push-zeppelin spark zeppelin zeppelin-build