Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuval Yacoby committed Oct 8, 2023
1 parent 77e9d12 commit 1f42c34
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cas-deploy/publish-helm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ version=$(grep -E 'version' $path_to_chart/Chart.yaml | awk '{print $NF}' | sed

sed -i.bak "s/^name: .*/name: $repo_name/" "$path_to_chart/Chart.yaml" && rm -rf "$path_to_chart/chart.yaml.bak"

# mv "$chart_name" "$repo_name"

helm package $path_to_chart

if aws ecr describe-repositories --region $region --profile $profile --repository-names $repo_name > /dev/null 2>&1; then
Expand Down

0 comments on commit 1f42c34

Please sign in to comment.