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

Commit

Permalink
allow fail the job
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Dec 13, 2022
1 parent 2e4fbf9 commit 0fb10f5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/ci/gitlab/pipeline/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +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"
- export LATEST_RELEASE=$(curl --silent "https://api.github.com/repos/paritytech/polkadot/releases/latest" | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/')
- git fetch origin release-v${LATEST_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 0fb10f5

Please sign in to comment.