0.2.1:3
Build Service / BuildPackage (push) Canceled after 0s

This commit is contained in:
2026-07-31 16:54:29 -04:00
parent 5bd878ac2d
commit 0362388f7f
2 changed files with 8 additions and 4 deletions
+3 -1
View File
@@ -256,7 +256,9 @@ export const main = sdk.setupMain(async ({ effects }) => {
'export PATH=/root/.cargo/bin:/data/bin:/usr/local/bin:/usr/bin:/bin',
"export PS1='spaces:\\w$ '",
`alias spaces='space-cli --chain ${SPACED_CHAIN} --rpc-user "$SPACED_RPC_USER" --rpc-password "$SPACED_RPC_PASSWORD" '`,
'cat <<EOF',
// Quoted delimiter: banner copy uses backticks around CLI names; an unquoted
// <<EOF would run command substitution (including `monitor` on PATH).
'cat <<\'EOF\'',
'',
// Banner rendered via renderBanner() — auto-wraps any line that exceeds the
// 96-cell text budget and pads every emitted line to exactly 100 cells, so