ci: fix again

This commit is contained in:
Michael Kriese 2023-12-06 12:54:26 +01:00
parent f8a0d2f9e3
commit ffeedd6e7c
No known key found for this signature in database
GPG key ID: B83F553A0724D44E
2 changed files with 2 additions and 2 deletions

View file

@ -44,4 +44,4 @@ pipeline:
commands: commands:
- export KUBECONFIG=$${CI_WORKSPACE}/kube.config - export KUBECONFIG=$${CI_WORKSPACE}/kube.config
- kubectl get no -o wide - kubectl get no -o wide
- ct install --config tools/ct.yaml --chart-dirs ./ - ct install --config tools/ct.yml --chart-dirs ./

View file

@ -59,4 +59,4 @@ pipeline:
image: quay.io/helmpack/chart-testing:v3.10.1 image: quay.io/helmpack/chart-testing:v3.10.1
pull: true pull: true
commands: commands:
- ct lint --config tools/ct.yaml --chart-dirs ./ - ct lint --config tools/ct.yml --chart-dirs ./