Make Tower deploy remote explicit
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:
Jens
2026-07-28 07:23:37 +02:00
parent 438f10fb4b
commit 42da5b2c7f
3 changed files with 11 additions and 1 deletions
@@ -137,6 +137,7 @@ def test_tower_deploy_uses_single_container_unraid_compose() -> None:
for script in (powershell, bash):
assert "bash deploy/unraid/deploy-release.sh" in script
assert "git clean -fd -- backend frontend deploy scripts fixtures tests contracts demo" in script
assert 'git remote set-url origin "$REMOTE_REPO"' in script
assert "docker compose -f docker-compose.unraid.yml config" in release_script
assert "--build-arg GEOINTEL_INSTALL_AI=" in release_script