Commit 09b0109 1 parent f03c9b6 commit 09b0109 Copy full SHA for 09b0109
File tree 2 files changed +5
-5
lines changed
javascript/packages/orchestrator/src/providers/k8s
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -144,19 +144,19 @@ export class KubeClient extends Client {
144
144
[
145
145
"mkdir" ,
146
146
"-p" ,
147
- "/data/chains " ,
147
+ "/data/" ,
148
148
"&&" ,
149
149
"wget" ,
150
150
dbSnapshot ,
151
151
"-O" ,
152
- "/data/chains/ db.tgz" ,
152
+ "/data/db.tgz" ,
153
153
"&&" ,
154
154
"cd" ,
155
- "/data/chains " ,
155
+ "/" ,
156
156
"&&" ,
157
157
"tar" ,
158
158
"-xzvf" ,
159
- "db.tgz" ,
159
+ "/data/ db.tgz" ,
160
160
] . join ( " " ) ,
161
161
] ) ;
162
162
}
Original file line number Diff line number Diff line change 2
2
default_image = " docker.io/paritypr/polkadot-debug:master"
3
3
default_command = " polkadot"
4
4
default_args = [ " -lparachain=debug" ]
5
- default_db_snapshot = " https://storage.googleapis. com/zombienet-db-snaps/ chains-test.tgz"
5
+ default_db_snapshot = " https://github. com/samelamin/cumulus/blob/chain-snapshots/docker/snapshots/ chains-test-ed6f7df940effb8cc31d373822b4c1b301648223 .tgz?raw=true "
6
6
7
7
chain = " rococo-local"
8
8
You can’t perform that action at this time.
0 commit comments