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

Commit

Permalink
[ci] fix check-transaction-versions (#6425)
Browse files Browse the repository at this point in the history
* [ci] fix check-transaction-versions

* allow fail the job
  • Loading branch information
alvicsam committed Dec 13, 2022
1 parent c98a782 commit 64a8b43
Showing 1 changed file with 3 additions and 1 deletion.
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

0 comments on commit 64a8b43

Please sign in to comment.