mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-22 18:31:07 +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_SERVER_URL: "https://vault.parity-mgmt-vault.parity.io"
|
||||||
VAULT_AUTH_PATH: "gitlab-parity-io-jwt"
|
VAULT_AUTH_PATH: "gitlab-parity-io-jwt"
|
||||||
VAULT_AUTH_ROLE: "cicd_gitlab_parity_${CI_PROJECT_NAME}"
|
VAULT_AUTH_ROLE: "cicd_gitlab_parity_${CI_PROJECT_NAME}"
|
||||||
PIPELINE_SCRIPTS_TAG: "v0.1"
|
PIPELINE_SCRIPTS_TAG: "v0.4"
|
||||||
|
|
||||||
default:
|
default:
|
||||||
cache: {}
|
cache: {}
|
||||||
@@ -300,11 +300,13 @@ build-malus:
|
|||||||
--polkadot
|
--polkadot
|
||||||
"$DEPENDENT_REPO"
|
"$DEPENDENT_REPO"
|
||||||
"$GITHUB_PR_TOKEN"
|
"$GITHUB_PR_TOKEN"
|
||||||
|
$CARGO_UPDATE_CRATES
|
||||||
|
|
||||||
check-dependent-cumulus:
|
check-dependent-cumulus:
|
||||||
<<: *check-dependent-project
|
<<: *check-dependent-project
|
||||||
variables:
|
variables:
|
||||||
DEPENDENT_REPO: cumulus
|
DEPENDENT_REPO: cumulus
|
||||||
|
CARGO_UPDATE_CRATES: "sp-io polkadot-runtime-common"
|
||||||
|
|
||||||
check-transaction-versions:
|
check-transaction-versions:
|
||||||
stage: build
|
stage: build
|
||||||
|
|||||||
Reference in New Issue
Block a user