Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Comment Helm Lint
  • Loading branch information
trispera authored Apr 26, 2024
1 parent 3ee93dd commit a883d17
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
helm dependency build $dir;
done
- name: Helm Lint
run: |
for dir in $(ls -d charts/*); do
helm lint $dir
done
# - name: Helm Lint
# run: |
# for dir in $(ls -d charts/*); do
# helm lint $dir
# done

- name: Configure Git
run: |
Expand Down

0 comments on commit a883d17

Please sign in to comment.