From 78266d99cb594cade1be26d9efca770f35386a72 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Wed, 6 Dec 2023 13:12:12 +0100 Subject: [PATCH] ci: fix git filter spec --- .woodpecker/e2e.yml | 2 +- .woodpecker/lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ./