Skip to content
This repository was archived by the owner on Sep 12, 2025. It is now read-only.

Commit 28b72aa

Browse files
authored
docker polkdaot command fix attempt
1 parent 13ab974 commit 28b72aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
- image: web3f/node-dind:v1
77
- image: parity/polkadot:latest
88
name: polkadot
9-
command: --chain=kusama-dev --ws-port 11000 --alice --ws-external --rpc-methods=Unsafe --rpc-cors=all
9+
command: --chain=kusama-dev --alice --ws-external --rpc-methods=Unsafe --rpc-cors=all
1010
steps:
1111
- checkout
1212
- run: yarn

0 commit comments

Comments
 (0)