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

[ci] fix check-transaction-versions #6425

Merged
merged 2 commits into from
Dec 13, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion scripts/ci/gitlab/pipeline/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down