Skip to content

Commit 2e7160f

Browse files
committed
ugly: updated script to copy json spec into examples dir too
1 parent 9285585 commit 2e7160f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/create_bulletin_westend_spec.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,7 @@ chain-spec-builder create \
1616

1717
mv chain_spec.json bulletin-westend-spec.json
1818
cp bulletin-westend-spec.json ./zombienet/bulletin-westend-spec.json
19+
20+
# Also copy to examples/zombienet/ for CI tests that run from examples directory
21+
mkdir -p ./examples/zombienet
22+
cp bulletin-westend-spec.json ./examples/zombienet/bulletin-westend-spec.json

0 commit comments

Comments
 (0)