fix: pct push env fragment into LXC before merge
Some checks failed
CI/CD Pipeline / Solidity Contracts (push) Failing after 1m39s
CI/CD Pipeline / Security Scanning (push) Successful in 2m40s
CI/CD Pipeline / Lint and Format (push) Failing after 54s
CI/CD Pipeline / Terraform Validation (push) Failing after 28s
CI/CD Pipeline / Kubernetes Validation (push) Successful in 25s
Deploy ChainID 138 / Deploy ChainID 138 (push) Failing after 39s
Validation / validate-genesis (push) Successful in 27s
Validation / validate-terraform (push) Failing after 27s
Validation / validate-kubernetes (push) Failing after 10s
Validation / validate-smart-contracts (push) Failing after 9s
Validation / validate-security (push) Failing after 1m12s
Validation / validate-documentation (push) Failing after 19s
Verify Deployment / Verify Deployment (push) Failing after 56s
OMNL reconcile anchor / Run omnl:reconcile and upload artifacts (push) Failing after 33s

SCP to PVE host alone left /tmp/omnl-portal-env.frag missing inside CTs.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-28 20:14:53 -07:00
parent 902e3bb57c
commit 543482eddc

View File

@@ -29,6 +29,7 @@ fi
log "Pushing portal env keys to CT $CTID..."
omnl_pve_scp "$FRAG" "${OMNL_PVE_SSH_TARGET}:/tmp/omnl-portal-env.frag"
rm -f "$FRAG"
omnl_pve_ssh "pct push ${CTID} /tmp/omnl-portal-env.frag /tmp/omnl-portal-env.frag"
omnl_pve_ssh "pct exec ${CTID} -- bash -s" <<EOF
set -euo pipefail