From a7c460d2b15344e4d6171942b7b561b605e87b1c Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Tue, 21 Mar 2023 14:44:15 +0100 Subject: [PATCH] add docker cli --- .woodpecker/e2e.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: