From 2ef81ea37fa4a75708819d07a63f2833e014a84b Mon Sep 17 00:00:00 2001 From: Chris Hein Date: Wed, 9 Jun 2021 10:27:42 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20remove=20docker=20release=20refe?= =?UTF-8?q?rences?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Chris Hein --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 8af95ae3..544aa95b 100644 --- a/Makefile +++ b/Makefile @@ -331,8 +331,6 @@ release: clean-release ## Builds and push container images using the latest git $(MAKE) set-manifest-pull-policy PULL_POLICY=IfNotPresent TARGET_RESOURCE="./config/default/manager_pull_policy.yaml" ## Build the manifests $(MAKE) release-manifests clean-release-git - ## Build the development manifests - $(MAKE) release-manifests-dev clean-release-git .PHONY: release-manifests release-manifests: $(RELEASE_DIR) $(KUSTOMIZE) ## Builds the manifests to publish with a release