From f70333847a35d582d8e8ef9cb992cf2247c4f69a Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Wed, 6 Dec 2023 13:03:38 +0100 Subject: [PATCH] ci: fetch tree for chart-testing --- .woodpecker/e2e.yml | 1 + .woodpecker/lint.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.woodpecker/e2e.yml b/.woodpecker/e2e.yml index 529d9b0..4a5cca5 100644 --- a/.woodpecker/e2e.yml +++ b/.woodpecker/e2e.yml @@ -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 ./ diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml index a372b70..a4da7a4 100644 --- a/.woodpecker/lint.yml +++ b/.woodpecker/lint.yml @@ -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 ./