From 605641da46efae0fbbbaed9a1eb798e03a978c61 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Wed, 6 Dec 2023 14:03:38 +0100 Subject: [PATCH] ci: fix lint --- .woodpecker/e2e.yml | 2 +- tools/ct.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/e2e.yml b/.woodpecker/e2e.yml index c51294e..43a38a8 100644 --- a/.woodpecker/e2e.yml +++ b/.woodpecker/e2e.yml @@ -35,7 +35,7 @@ pipeline: - kind create cluster --config e2e/kind.cluster.yml --image kindest/node:${k8s} --wait 1m - kind get clusters - docker ps - #replace localhost or 0.0.0.0 in the kubeconfig file with "docker", in order to be able to reach the cluster through the docker service + # replace localhost or 0.0.0.0 in the kubeconfig file with "docker", in order to be able to reach the cluster through the docker service - sed -i -E -e 's/localhost|0\.0\.0\.0/docker/g' $${KUBECONFIG} chart-testing: diff --git a/tools/ct.yml b/tools/ct.yml index bb9090a..044539c 100644 --- a/tools/ct.yml +++ b/tools/ct.yml @@ -3,4 +3,4 @@ check-version-increment: false debug: true target-branch: main lint-conf: .yamllint -validate-maintainers: false # does not work with gitea \ No newline at end of file +validate-maintainers: false # does not work with gitea