From af958f8ea7d5d59f2ab0f7cdd577f9c785e533d3 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 --- spark/images/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spark/images/Makefile b/spark/images/Makefile index baa1fc18..9d465e22 100644 --- a/spark/images/Makefile +++ b/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