ci: fetch tree for chart-testing

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

View file

@ -42,6 +42,7 @@ pipeline:
image: quay.io/helmpack/chart-testing:v3.10.1
pull: true
commands:
- git fetch --no-tags --filter=blob:0 origin
- export KUBECONFIG=$${CI_WORKSPACE}/kube.config
- kubectl get no -o wide
- ct install --config tools/ct.yml --chart-dirs ./

View file

@ -59,4 +59,5 @@ pipeline:
image: quay.io/helmpack/chart-testing:v3.10.1
pull: true
commands:
- git fetch --no-tags --filter=blob:0 origin
- ct lint --config tools/ct.yml --chart-dirs ./