Files
proxmox/scripts/verify/build-comprehensive-capital-baseline.sh
defiQUG 4fab998e51
All checks were successful
Deploy to Phoenix / deploy (push) Successful in 9s
chore: sync workspace docs, configs, and submodules
2026-04-18 12:07:15 -07:00

7 lines
307 B
Bash

#!/usr/bin/env bash
set -euo pipefail
ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/../.." && pwd)"
python3 "$ROOT/scripts/lib/source_to_cex_execution_plan.py" >/dev/null
python3 "$ROOT/scripts/lib/source_to_cex_production_readiness.py" >/dev/null
python3 "$ROOT/scripts/lib/comprehensive_capital_baseline.py"