Skip to content

Commit

Permalink
oush
Browse files Browse the repository at this point in the history
  • Loading branch information
liyaka committed Aug 27, 2024
1 parent 20ccbad commit 9c6f7df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish_chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
version: v3.13.0

- name: Run lint on Helm chart
shell: bash
working-directory: src
run: |
set -e
cd charts/public-test
Expand All @@ -43,6 +45,8 @@ jobs:
cd -
- name: Package helm chart
shell: bash
working-directory: src
run: |
cd charts
helm package --version 1.0.${{ github.run_number }} public-test/ -u -d dest
Expand Down

0 comments on commit 9c6f7df

Please sign in to comment.