Skip to content

Commit

Permalink
nodle parachain bringup (#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
rajesh-nodle authored Dec 1, 2021
1 parent 22ce366 commit 79bff93
Show file tree
Hide file tree
Showing 29 changed files with 7,811 additions and 2,458 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/srtool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
runtime: ["main"]
runtime: ["main", "eden"]

steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ launch.json
# SRTool and release script
nodle-chain-runtime*
nodle-chain-srtool*

# Polkadot Launch
rococo-local*
1 change: 1 addition & 0 deletions .maintain/srtool.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docker run --rm -it -e PACKAGE=runtime-eden -e RUNTIME_DIR="runtimes/eden" -v `pwd`:/build paritytech/srtool:1.56.1
Loading

0 comments on commit 79bff93

Please sign in to comment.