fix: package SPW terrain provisioner
GeoIntel release gates / Compile, test, contracts and builds (push) Canceled after 0s
GeoIntel release gates / Python and npm vulnerability policy (push) Canceled after 0s
GeoIntel release gates / GIS image, SBOM and container scan (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-22 06:30:33 +02:00
parent cee6cd05ae
commit f543138712
3 changed files with 3 additions and 0 deletions
@@ -96,6 +96,7 @@ def test_all_in_one_dockerfile_copies_operator_scripts_for_runtime_use() -> None
"manage_grb_refresh.py",
"orthophoto_release_preflight.py",
"provision_walous_sources.py",
"provision_spw_terrain_source.py",
}
for script_name in required_runtime_scripts:
assert f"COPY scripts/{script_name} /app/scripts/{script_name}" in dockerfile