Implement custom action to collect changes / matrix

This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2022-07-29 14:26:04 +02:00 committed by GitHub
parent fe0b8338e0
commit d83abae451
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 22213 additions and 183 deletions

View file

@ -3,11 +3,12 @@ version: "3"
vars:
CT_IMAGE: quay.io/helmpack/chart-testing:v3.6.0
REPO_CONFIG_FILE: .ci/repo-config.yaml
CT_CONFIG_FILE: .ci/ct/ct.yaml
CHARTS_EXCLUDED_FROM_LINT:
sh: yq eval '.excluded-charts-lint | join(",")' {{.CT_CONFIG_FILE}}
sh: yq eval '.excluded-charts-lint | join(",")' {{.REPO_CONFIG_FILE}}
CHARTS_EXCLUDED_FROM_INSTALL:
sh: yq eval '.excluded-charts-install | join(",")' {{.CT_CONFIG_FILE}}
sh: yq eval '.excluded-charts-install | join(",")' {{.REPO_CONFIG_FILE}}
tasks:
lint: