diff --git a/.woodpecker/e2e.yml b/.woodpecker/e2e.yml index d9c00d5..8bdacae 100644 --- a/.woodpecker/e2e.yml +++ b/.woodpecker/e2e.yml @@ -25,7 +25,7 @@ pipeline: environment: DOCKER_HOST: tcp://docker:2375 commands: - - apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/community kind + - apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/community docker-cli kind - export KUBECONFIG=$${CI_WORKSPACE}/kube.config - kind create cluster --help - kind create cluster --name chart-testing --image kindest/node:${k8s} --wait 60s @@ -45,7 +45,7 @@ pipeline: environment: DOCKER_HOST: tcp://docker:2375 commands: - - apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/community kind + - apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/community docker-cli kind - export KUBECONFIG=$${CI_WORKSPACE}/kube.config - kind delete cluster--name chart-testing when: