From ffeedd6e7c6859b514a17c3a1ac85b90739ac195 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Wed, 6 Dec 2023 12:54:26 +0100 Subject: [PATCH] ci: fix again --- .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 ab28684..529d9b0 100644 --- a/.woodpecker/e2e.yml +++ b/.woodpecker/e2e.yml @@ -44,4 +44,4 @@ pipeline: commands: - export KUBECONFIG=$${CI_WORKSPACE}/kube.config - kubectl get no -o wide - - ct install --config tools/ct.yaml --chart-dirs ./ + - ct install --config tools/ct.yml --chart-dirs ./ diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml index 615b28c..a372b70 100644 --- a/.woodpecker/lint.yml +++ b/.woodpecker/lint.yml @@ -59,4 +59,4 @@ pipeline: image: quay.io/helmpack/chart-testing:v3.10.1 pull: true commands: - - ct lint --config tools/ct.yaml --chart-dirs ./ + - ct lint --config tools/ct.yml --chart-dirs ./