Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit e0a53cf

Browse files
authored
Re-enable metadata compare CI check (#3895)
1 parent 6531305 commit e0a53cf

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

.gitlab-ci.yml

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,13 @@ default:
113113
file: false
114114
GITHUB_TOKEN:
115115
vault: cicd/gitlab/$CI_PROJECT_PATH/GITHUB_TOKEN@kv
116-
file: false
116+
file: false
117117
MATRIX_ACCESS_TOKEN:
118118
vault: cicd/gitlab/$CI_PROJECT_PATH/MATRIX_ACCESS_TOKEN@kv
119119
file: false
120120
MATRIX_ROOM_ID:
121121
vault: cicd/gitlab/$CI_PROJECT_PATH/MATRIX_ROOM_ID@kv
122-
file: false
122+
file: false
123123
PARITYPR_USER:
124124
vault: cicd/gitlab/$CI_PROJECT_PATH/PARITYPR_USER@kv
125125
file: false
@@ -269,6 +269,22 @@ build-adder-collator:
269269

270270
#### stage: build
271271

272+
check-transaction-versions:
273+
image: node:15
274+
stage: build
275+
<<: *rules-test
276+
<<: *docker-env
277+
<<: *vault-secrets
278+
needs:
279+
- job: test-build-linux-stable
280+
artifacts: true
281+
before_script:
282+
- apt-get -y update; apt-get -y install jq lsof
283+
- npm install --ignore-scripts -g @polkadot/metadata-cmp
284+
- git fetch origin release
285+
script:
286+
- scripts/gitlab/check_extrinsics_ordering.sh
287+
272288
generate-impl-guide:
273289
stage: build
274290
<<: *rules-test

0 commit comments

Comments
 (0)