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

Commit

Permalink
disable check-dependent-cumulus (#11450)
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-paulo-parity authored May 18, 2022
1 parent 8c80d36 commit b75a253
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions scripts/ci/gitlab/pipeline/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,15 @@ check-dependent-polkadot:
substrate: polkadot-v*
polkadot: release-v*
check-dependent-cumulus:
extends: .check-dependent-project
variables:
DEPENDENT_REPO: cumulus
EXTRA_DEPENDENCIES: polkadot
COMPANION_OVERRIDES: |
substrate: polkadot-v*
polkadot: release-v*
# TODO: Re-enable after https://github.com/paritytech/pipeline-scripts/issues/44
#check-dependent-cumulus:
# extends: .check-dependent-project
# variables:
# DEPENDENT_REPO: cumulus
# EXTRA_DEPENDENCIES: polkadot
# COMPANION_OVERRIDES: |
# substrate: polkadot-v*
# polkadot: release-v*

build-linux-substrate:
stage: build
Expand Down

0 comments on commit b75a253

Please sign in to comment.