Update charts-release.yaml
This commit is contained in:
parent
f74b6d5c6f
commit
ad7b8537df
|
@ -57,7 +57,7 @@ jobs:
|
||||||
steps.collect-changes.outputs.changesDetectedAfterTag == 'true'
|
steps.collect-changes.outputs.changesDetectedAfterTag == 'true'
|
||||||
run: |
|
run: |
|
||||||
CHARTS=(${{ steps.collect-changes.outputs.modifiedChartsAfterTag }})
|
CHARTS=(${{ steps.collect-changes.outputs.modifiedChartsAfterTag }})
|
||||||
.github/scripts/gen-docs.sh ${CHARTS}
|
.github/scripts/gen-docs.sh ${CHARTS[@]}
|
||||||
|
|
||||||
- name: Fix Pre-Commit issues
|
- name: Fix Pre-Commit issues
|
||||||
shell: bash
|
shell: bash
|
||||||
|
@ -158,7 +158,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
pip install yq
|
pip install yq
|
||||||
CHARTS=(${{ steps.collect-changes.outputs.modifiedChartsAfterTag }})
|
CHARTS=(${{ steps.collect-changes.outputs.modifiedChartsAfterTag }})
|
||||||
.github/scripts/build-catalog.sh ${CHARTS}
|
.github/scripts/build-catalog.sh ${CHARTS[@]}
|
||||||
|
|
||||||
- name: Validate catalogs
|
- name: Validate catalogs
|
||||||
if: |
|
if: |
|
||||||
|
|
Loading…
Reference in New Issue