mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 00:47:04 +02:00
ci: 🧠
This commit is contained in:
parent
a9a558b3dc
commit
1b64266ea6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/charts-test.yaml
vendored
2
.github/workflows/charts-test.yaml
vendored
|
@ -39,7 +39,7 @@ jobs:
|
||||||
id: list-changed
|
id: list-changed
|
||||||
if: inputs.chartChanges != ''
|
if: inputs.chartChanges != ''
|
||||||
run: |
|
run: |
|
||||||
EXCLUDED=$(yq eval '.excluded-charts-install | .. style="flow"' .ci/ct/ct.yaml)
|
EXCLUDED=$(yq -o json eval '.excluded-charts-install' .ci/ct/ct.yaml)
|
||||||
CHARTS_JSON=$(yq --null-input -o json eval '"${{ inputs.chartChanges }}" | split(" ")')
|
CHARTS_JSON=$(yq --null-input -o json eval '"${{ inputs.chartChanges }}" | split(" ")')
|
||||||
OUTPUT_JSON=$(yq --null-input -o json eval "$CHARTS_JSON - $EXCLUDED")
|
OUTPUT_JSON=$(yq --null-input -o json eval "$CHARTS_JSON - $EXCLUDED")
|
||||||
echo ::set-output name=charts::${OUTPUT_JSON}
|
echo ::set-output name=charts::${OUTPUT_JSON}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue