chore: sync all changes to Gitea
Some checks failed
Deploy to Phoenix / deploy (push) Has been cancelled
Some checks failed
Deploy to Phoenix / deploy (push) Has been cancelled
- Config, docs, scripts, and backup manifests - Submodule refs unchanged (m = modified content in submodules) Made-with: Cursor
This commit is contained in:
@@ -32,22 +32,22 @@ echo "=== Completable from anywhere (no LAN/creds) ==="
|
||||
echo ""
|
||||
|
||||
# 1. Config validation
|
||||
echo "1. Config validation..."
|
||||
echo "[Step 1/4] Config validation..."
|
||||
bash scripts/validation/validate-config-files.sh
|
||||
echo ""
|
||||
|
||||
# 2. On-chain contract check (Chain 138) — may warn if RPC unreachable
|
||||
echo "2. On-chain contract check (Chain 138)..."
|
||||
echo "[Step 2/4] On-chain contract check (Chain 138)..."
|
||||
SKIP_EXIT=1 bash scripts/verify/check-contracts-on-chain-138.sh || true
|
||||
echo ""
|
||||
|
||||
# 3. Full validation (skip genesis to avoid RPC)
|
||||
echo "3. Run all validation (--skip-genesis)..."
|
||||
echo "[Step 3/4] Run all validation (--skip-genesis)..."
|
||||
bash scripts/verify/run-all-validation.sh --skip-genesis
|
||||
echo ""
|
||||
|
||||
# 4. Emit canonical .env lines for reconciliation
|
||||
echo "4. Canonical .env (reconcile smom-dbis-138/.env)..."
|
||||
echo "[Step 4/4] Canonical .env (reconcile smom-dbis-138/.env)..."
|
||||
bash scripts/verify/reconcile-env-canonical.sh --print
|
||||
echo ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user