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)"