Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyDallas committed Sep 20, 2024
1 parent 583a0eb commit 198d579
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/chart-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,6 @@ jobs:
- name: Checkout Code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: PWD
run: pwd

- name: List directory
run: ls -ltr

- name: list chart directory
run: ls -ltr chart

- name: Setup Helm
uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v4.2.0
with:
Expand All @@ -50,17 +41,9 @@ jobs:

- name: Helm package
run: |
export CHART_VERSION=$(grep 'version:' ./chart/Chart.yaml | tail -n1 | awk '{ print $2}')
helm repo add stable https://charts.helm.sh/stable
helm repo update
helm package chart
# show tgz file content without uncompress
tar -tvf hedera-explorer-${CHART_VERSION}.tgz
- name: list tgz files
run: ls -ltr *.tgz
- name: Helm publish
run: |
Expand Down

0 comments on commit 198d579

Please sign in to comment.