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 7cc17b1e4e
commit eace95a1a0
No known key found for this signature in database
GPG key ID: 0EB088298288D958
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"