From b02dce884fe0799b95e5da3eb6bfd644737f761b Mon Sep 17 00:00:00 2001 From: Tom Pantelis Date: Mon, 5 Apr 2021 22:03:41 -0400 Subject: [PATCH] Fix the release job It's failing b/c the submariner chart was recently removed. Signed-off-by: Tom Pantelis --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7819391..40d4c84 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ e2e: E2E_ARGS=cluster1 cluster2 helm dep update $(subst -$(CHARTS_VERSION),,$(basename $(@F))) helm package --version $(CHARTS_VERSION) $(subst -$(CHARTS_VERSION),,$(basename $(@F))) -release: submariner-$(CHARTS_VERSION).tgz submariner-k8s-broker-$(CHARTS_VERSION).tgz submariner-operator-$(CHARTS_VERSION).tgz +release: submariner-k8s-broker-$(CHARTS_VERSION).tgz submariner-operator-$(CHARTS_VERSION).tgz git checkout gh-pages mv *.tgz $(CHARTS_DIR) if [ -f $(CHARTS_DIR)/index.yaml ]; then \