This repository was archived by the owner on Sep 12, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ version: 2
3
3
jobs :
4
4
unitTest :
5
5
docker :
6
- - image : web3f/node-dind:v1.0.0
7
- - image : parity/polkadot:v0.9.29
6
+ - image : web3f/node-dind:v1
7
+ - image : parity/polkadot:latest
8
8
name : polkadot
9
9
command : --chain=kusama-dev --ws-port 11000 --alice --ws-external --rpc-methods=Unsafe --rpc-cors=all
10
10
steps :
@@ -15,15 +15,15 @@ jobs:
15
15
16
16
yarnLint :
17
17
docker :
18
- - image : web3f/node-dind:v1.0.0
18
+ - image : web3f/node-dind:v1
19
19
steps :
20
20
- checkout
21
21
- run : yarn
22
22
- run : yarn lint
23
23
24
24
helmLint :
25
25
docker :
26
- - image : web3f/ci-commons:v2.4.18
26
+ - image : web3f/ci-commons:v3
27
27
steps :
28
28
- checkout
29
29
- run :
32
32
33
33
buildImage :
34
34
docker :
35
- - image : web3f/ci-commons:v2.4.18
35
+ - image : web3f/ci-commons:v3
36
36
steps :
37
37
- checkout
38
38
- setup_remote_docker :
44
44
45
45
integrationTests :
46
46
docker :
47
- - image : web3f/ci-commons:v2.4.18
47
+ - image : web3f/ci-commons:v3
48
48
steps :
49
49
- checkout
50
50
- setup_remote_docker
55
55
56
56
testPrometheusRules :
57
57
docker :
58
- - image : web3f/ci-commons:v2.4.18
58
+ - image : web3f/ci-commons:v3
59
59
steps :
60
60
- checkout
61
61
- run :
77
77
78
78
publishImage :
79
79
docker :
80
- - image : web3f/ci-commons:v2.4.18
80
+ - image : web3f/ci-commons:v3
81
81
steps :
82
82
- checkout
83
83
- setup_remote_docker
87
87
88
88
publishChart :
89
89
docker :
90
- - image : web3f/ci-commons:v2.4.18
90
+ - image : web3f/ci-commons:v3
91
91
steps :
92
92
- checkout
93
93
- run :
Original file line number Diff line number Diff line change 1
1
description : Polkadot Watcher
2
2
name : polkadot-watcher
3
- version : v4.1.4
4
- appVersion : v4.1.4
3
+ version : v4.1.5
4
+ appVersion : v4.1.5
5
5
apiVersion : v2
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " polkadot-watcher" ,
3
- "version" : " 4.1.4 " ,
3
+ "version" : " 4.1.5 " ,
4
4
"description" : " Monitor events on Polkadot networks" ,
5
5
"repository" :
" [email protected] :w3f/polkadot-watcher.git" ,
6
6
"author" :
" W3F Infrastructure Team <[email protected] >" ,
You can’t perform that action at this time.
0 commit comments