From 11459d3395872e19600a6666d3fcd0e4d0a7a197 Mon Sep 17 00:00:00 2001 From: michaeljguarino Date: Wed, 13 Sep 2023 00:23:09 -0400 Subject: [PATCH] rm make target --- Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Makefile b/Makefile index 16e61ec5f..3c117b773 100644 --- a/Makefile +++ b/Makefile @@ -25,8 +25,3 @@ helm-dependencies-%: # syncs helm dependencies for a chart upload-%: # uploads artifacts plural apply -f $*/Pluralfile - -download-temporal-chart: # downloads temporal's helm chart since it isn't published by them - cd temporal/helm/temporal/charts && curl -L https://github.com/temporalio/helm-charts/archive/refs/tags/v1.21.5.tar.gz | tar -xz - mv temporal/helm/temporal/charts/helm-charts-1.21.5 temporal/helm/temporal/charts/temporal - rm -rf temporal/helm/temporal/charts/temporal/.github \ No newline at end of file