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 ./