mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-03 00:27:04 +02:00
Implement custom action to collect changes / matrix
This commit is contained in:
parent
fe0b8338e0
commit
d83abae451
20 changed files with 22213 additions and 183 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue