Skip to content

Commit

Permalink
fix: shell syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
FushuWang committed Jul 7, 2022
1 parent d8735c7 commit f8aabc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chart_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Run template test
if: steps.list-changed.outputs.changed == 'true'
run: |
for i in (v0.19.0,v0.20.0,v0.21.0,v0.22.0,v0.23.0,v0.24.0)
for i in v0.19.0 v0.20.0 v0.21.0 v0.22.0 v0.23.0 v0.24.0)
do
helm template test ${{ steps.list-changed.outputs.chart_name }} --kube-version $i> $i.yaml
yamllint $i.yaml --config-file lintconf.yaml
Expand Down

0 comments on commit f8aabc3

Please sign in to comment.