We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 266c630 commit 6072d09Copy full SHA for 6072d09
examples/justfile
@@ -57,7 +57,7 @@ authorize-and-store api="papi": build npm-install
57
58
# Start zombienet in background
59
echo "⚡ Starting Bulletin chain with zombienet..."
60
- POLKADOT_BULLETIN_BINARY_PATH=../target/release/polkadot-bulletin-chain ./zombienet-macos-arm64 -p native spawn ./zombienet/bulletin-polkadot-local.toml > /tmp/zombienet.log 2>&1 &
+ POLKADOT_BULLETIN_BINARY_PATH=../target/release/polkadot-bulletin-chain ./$(ls zombienet-*-*) -p native spawn ./zombienet/bulletin-polkadot-local.toml > /tmp/zombienet.log 2>&1 &
61
ZOMBIENET_PID=$!
62
echo " Zombienet PID: $ZOMBIENET_PID"
63
echo " Waiting for chain to start (15 seconds)..."
0 commit comments