.gitea/workflows/e2e.yml aktualisiert

This commit is contained in:
ChristopherHX
2026-03-19 10:45:45 +00:00
parent 3625cf2ff2
commit 62c14d7877

View File

@ -20,7 +20,7 @@ jobs:
- name: Create kind cluster
run: |
docker inspect test-cluster-control-plane || kind create cluster --name test-cluster --wait 5m
docker inspect test-cluster-control-plane && mkdir -p ~/.kube && kind get kubeconfig --name test-cluster > ~/.kube/config || kind create cluster --name test-cluster --wait 5m
- name: Connect kind to the job container's network and fix kubeconfig
if: always()