From 87efe7f4fc0a7f399dc8f8a0f296577e510f374c Mon Sep 17 00:00:00 2001 From: Eneko Fernandez Date: Tue, 12 Sep 2023 16:53:19 +0200 Subject: [PATCH] removed unused code --- Makefile | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Makefile b/Makefile index b319551461..e1ecc08596 100644 --- a/Makefile +++ b/Makefile @@ -238,13 +238,3 @@ swagger-docs: FORCE: -#tools/core-files/Makefile.$(CORE_REVISION): -# @mkdir -p tools/core-files -# @curl --silent -o tools/core-files/Makefile.core https://raw.githubusercontent.com/weaveworks/weave-gitops/$(CORE_REVISION)/Makefile -# -#tools/core-files/charts/gitops-server/Chart.yaml: tools/core-files/Makefile.$(CORE_REVISION) -# @mkdir -p tools/core-files/charts/gitops-server -# @curl --silent -o tools/core-files/charts/gitops-server/Chart.yaml https://raw.githubusercontent.com/weaveworks/weave-gitops/$(CORE_REVISION)/charts/gitops-server/Chart.yaml -# -#echo-ldflags: tools/core-files/charts/gitops-server/Chart.yaml tools/core-files/Makefile.$(CORE_REVISION) -# @make --no-print-directory -f Makefile.core -C tools/core-files echo-ldflags VERSION="$(VERSION)-Enterprise-Edition-$(CORE_REVISION)" TIER="$(TIER)"