diff options
Diffstat (limited to 'Makefile.release')
-rw-r--r-- | Makefile.release | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.release b/Makefile.release index b502d632d..bfdcf6110 100644 --- a/Makefile.release +++ b/Makefile.release @@ -40,10 +40,8 @@ # # Testing this is hard-ish as you don't want to accidentially release a coredns. If not executing the github-push target # you should be fine. - -EMPTY:= -SPACE:=$(EMPTY) $(EMPTY) -COMMA:=$(EMPTY),$(EMPTY) +# The Docker image creation and upload is now a seperate step because it was failing too often. See the Makefile.docker for +# details. ifeq (, $(shell which curl)) $(error "No curl in $$PATH, please install") |