Update .gitea/workflows/ci-test.yaml

This commit is contained in:
2025-08-27 09:18:06 +00:00
parent c496743fcf
commit cb6c6acd30

View File

@ -118,7 +118,7 @@ jobs:
working-directory: infra/iac
run: |
tofu init
opentofu state list | grep proxmox_virtual_environment_vm | xargs -n1 opentofu state rm
tofu state list | grep proxmox_virtual_environment_vm | xargs -n1 tofu state rm
- name: Plan
working-directory: infra/iac