From 86edcc3bf755830a205573417df2d89996f0f236 Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Wed, 27 Aug 2025 09:32:42 +0000 Subject: [PATCH] Update .gitea/workflows/ci-test.yaml --- .gitea/workflows/ci-test.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitea/workflows/ci-test.yaml b/.gitea/workflows/ci-test.yaml index 5a046a1..4b6a995 100644 --- a/.gitea/workflows/ci-test.yaml +++ b/.gitea/workflows/ci-test.yaml @@ -117,12 +117,7 @@ jobs: - name: Init OpenTofu working-directory: infra/iac run: | - tofu init - tofu state list | grep "proxmox_virtual_environment_vm.k8s_vms" | while read -r line; do - tofu state rm "$line" - done - tofu state rm proxmox_virtual_environment_vm.proxmox-kubernetes-VM-template - + tofu init - name: Plan working-directory: infra/iac