Skip infra stack in CI, remove DRONE_IMAGE_CLONE setting

This commit is contained in:
Viktor Barzin 2026-02-22 18:21:10 +00:00
parent 45b4528f0f
commit 2547a155ed
2 changed files with 4 additions and 1 deletions

View file

@ -3,6 +3,9 @@ include "root" {
path = find_in_parent_folders()
}
# Skip in CI - infra stack manages Proxmox VMs which require SSH to the hypervisor
skip = get_env("CI", "") != ""
# Override provider generation to include proxmox (instead of k8s providers)
generate "providers" {
path = "providers.tf"