Update .gitea/workflows/ci-test.yaml

This commit is contained in:
2025-08-27 09:32:42 +00:00
parent 35a8f17063
commit 86edcc3bf7

View File

@ -118,11 +118,6 @@ jobs:
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
- name: Plan
working-directory: infra/iac