diff --git a/.woodpecker/e2e.yml b/.woodpecker/e2e.yml index 4a5cca5..84a8019 100644 --- a/.woodpecker/e2e.yml +++ b/.woodpecker/e2e.yml @@ -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 ./ diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml index a4da7a4..684837e 100644 --- a/.woodpecker/lint.yml +++ b/.woodpecker/lint.yml @@ -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 ./