mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 08:51:09 +00:00
[ci] fix check-transaction-versions (#6425)
* [ci] fix check-transaction-versions * allow fail the job
This commit is contained in:
committed by
GitHub
parent
6931a9ab75
commit
da0b0224c5
@@ -53,9 +53,11 @@ check-transaction-versions:
|
||||
- npm install --ignore-scripts -g @polkadot/metadata-cmp
|
||||
# Set git config
|
||||
- git config remote.origin.url "https://github.com/paritytech/polkadot.git"
|
||||
- git fetch origin release
|
||||
# - git fetch origin release
|
||||
script:
|
||||
- ./scripts/ci/gitlab/check_extrinsics_ordering.sh
|
||||
# TODO: fixme, more info https://github.com/paritytech/polkadot/issues/6422
|
||||
allow_failure: true
|
||||
|
||||
build-test-collators:
|
||||
stage: build
|
||||
|
||||
Reference in New Issue
Block a user