ci: fix lint
This commit is contained in:
parent
635938da7e
commit
605641da46
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ pipeline:
|
||||||
- kind create cluster --config e2e/kind.cluster.yml --image kindest/node:${k8s} --wait 1m
|
- kind create cluster --config e2e/kind.cluster.yml --image kindest/node:${k8s} --wait 1m
|
||||||
- kind get clusters
|
- kind get clusters
|
||||||
- docker ps
|
- 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}
|
- sed -i -E -e 's/localhost|0\.0\.0\.0/docker/g' $${KUBECONFIG}
|
||||||
|
|
||||||
chart-testing:
|
chart-testing:
|
||||||
|
|
Loading…
Reference in a new issue