Some checks failed
CD Pipeline / workflow-shape (push) Successful in 0s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Successful in 2m38s
CD Pipeline / build-and-deploy (push) Failing after 24m19s
CD Pipeline / post-deploy-checks (push) Has been skipped
11 lines
355 B
Bash
11 lines
355 B
Bash
#!/usr/bin/env bash
|
|
# superseded_by=global_product_governance_v2
|
|
# owner=AssetIdentity; expiry=2026-07-16
|
|
# replacement=direct GCP-A/GCP-B/host111 provider identities
|
|
# verifier=apps/api/tests/test_ollama_prod_manifest_order.py
|
|
set -euo pipefail
|
|
|
|
printf '%s\n' \
|
|
'BLOCKED: host110 Ollama transport is retired; this script cannot deploy it.' >&2
|
|
exit 78
|