Skip to content

Commit

Permalink
rm make target
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Sep 13, 2023
1 parent b54ac72 commit 11459d3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 11459d3

Please sign in to comment.