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

Commit

Permalink
Fix cumulus companion CI job (#4451)
Browse files Browse the repository at this point in the history
* Fix cumulus companion CI job

* Pass by env variable

* Switch to the latest release

* Update .gitlab-ci.yml

Co-authored-by: Denis Pisarev <[email protected]>

Co-authored-by: Denis Pisarev <[email protected]>
  • Loading branch information
bkchr and TriplEight authored Dec 3, 2021
1 parent 0c41de7 commit 09e3d79
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ variables:
VAULT_SERVER_URL: "https://vault.parity-mgmt-vault.parity.io"
VAULT_AUTH_PATH: "gitlab-parity-io-jwt"
VAULT_AUTH_ROLE: "cicd_gitlab_parity_${CI_PROJECT_NAME}"
PIPELINE_SCRIPTS_TAG: "v0.1"
PIPELINE_SCRIPTS_TAG: "v0.4"

default:
cache: {}
Expand Down Expand Up @@ -300,11 +300,13 @@ build-malus:
--polkadot
"$DEPENDENT_REPO"
"$GITHUB_PR_TOKEN"
$CARGO_UPDATE_CRATES

check-dependent-cumulus:
<<: *check-dependent-project
variables:
DEPENDENT_REPO: cumulus
CARGO_UPDATE_CRATES: "sp-io polkadot-runtime-common"

check-transaction-versions:
stage: build
Expand Down

0 comments on commit 09e3d79

Please sign in to comment.