From cbf9c9db6fde47a992582a729f4f22948ba30ded Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Tue, 26 Aug 2025 17:22:02 +0000 Subject: [PATCH] Update .gitea/workflows/ci-test.yaml --- .gitea/workflows/ci-test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/ci-test.yaml b/.gitea/workflows/ci-test.yaml index bc81c44..20543bb 100644 --- a/.gitea/workflows/ci-test.yaml +++ b/.gitea/workflows/ci-test.yaml @@ -118,6 +118,7 @@ jobs: working-directory: infra/iac run: | tofu init + opentofu state list | grep proxmox_virtual_environment_vm | xargs -n1 opentofu state rm - name: Plan working-directory: infra/iac