mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-29 10:17:57 +00:00
Fix cumulus companion CI job (#4451)
* Fix cumulus companion CI job * Pass by env variable * Switch to the latest release * Update .gitlab-ci.yml Co-authored-by: Denis Pisarev <17856421+TriplEight@users.noreply.github.com> Co-authored-by: Denis Pisarev <17856421+TriplEight@users.noreply.github.com>
This commit is contained in:
@@ -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: {}
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user