mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 21:01:02 +00:00
Use EXTRA_DEPENDENCIES for pipeline-scripts (#5328)
* temporary: check if it works * EXTRA_DEPENDENCIES for pipeline-scripts * revert pipeline scripts source
This commit is contained in:
committed by
GitHub
parent
ba052ca6a7
commit
203441981f
@@ -336,12 +336,13 @@ build-malus:
|
|||||||
"$DEPENDENT_REPO"
|
"$DEPENDENT_REPO"
|
||||||
"$GITHUB_PR_TOKEN"
|
"$GITHUB_PR_TOKEN"
|
||||||
"$CARGO_UPDATE_CRATES"
|
"$CARGO_UPDATE_CRATES"
|
||||||
|
"$EXTRA_DEPENDENCIES"
|
||||||
|
|
||||||
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"
|
EXTRA_DEPENDENCIES: substrate
|
||||||
|
|
||||||
test-node-metrics:
|
test-node-metrics:
|
||||||
stage: stage2
|
stage: stage2
|
||||||
|
|||||||
Reference in New Issue
Block a user