Skip to content

Commit

Permalink
docker polkdaot command fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
ironoa authored Apr 9, 2024
1 parent 13ab974 commit 28b72aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
- image: web3f/node-dind:v1
- image: parity/polkadot:latest
name: polkadot
command: --chain=kusama-dev --ws-port 11000 --alice --ws-external --rpc-methods=Unsafe --rpc-cors=all
command: --chain=kusama-dev --alice --ws-external --rpc-methods=Unsafe --rpc-cors=all
steps:
- checkout
- run: yarn
Expand Down

0 comments on commit 28b72aa

Please sign in to comment.