ci: fix git filter spec
This commit is contained in:
parent
f70333847a
commit
78266d99cb
2 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ pipeline:
|
|||
image: quay.io/helmpack/chart-testing:v3.10.1
|
||||
pull: true
|
||||
commands:
|
||||
- git fetch --no-tags --filter=blob:0 origin
|
||||
- git fetch --no-tags --filter=blob:none origin
|
||||
- export KUBECONFIG=$${CI_WORKSPACE}/kube.config
|
||||
- kubectl get no -o wide
|
||||
- ct install --config tools/ct.yml --chart-dirs ./
|
||||
|
|
|
@ -59,5 +59,5 @@ pipeline:
|
|||
image: quay.io/helmpack/chart-testing:v3.10.1
|
||||
pull: true
|
||||
commands:
|
||||
- git fetch --no-tags --filter=blob:0 origin
|
||||
- git fetch --no-tags --filter=blob:none origin
|
||||
- ct lint --config tools/ct.yml --chart-dirs ./
|
||||
|
|
Loading…
Reference in a new issue