mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-19 04:11:09 +00:00
remove update-parachain-template (#2077)
will be moved to polkadot's pipeline ref https://github.com/paritytech/release-engineering/issues/142
This commit is contained in:
@@ -103,17 +103,3 @@ publish-benchmarks-collectives-s3:
|
|||||||
needs:
|
needs:
|
||||||
- job: benchmarks-collectives
|
- job: benchmarks-collectives
|
||||||
artifacts: true
|
artifacts: true
|
||||||
|
|
||||||
# Ref: https://github.com/paritytech/opstooling/issues/111
|
|
||||||
update-parachain-template:
|
|
||||||
stage: publish
|
|
||||||
extends: .kubernetes-env
|
|
||||||
rules:
|
|
||||||
- if: $CI_COMMIT_REF_NAME =~ /^polkadot-v[0-9]+\.[0-9]+.*$/ # i.e. polkadot-v1.0.99, polkadot-v2.1rc1
|
|
||||||
script:
|
|
||||||
- git clone --depth=1 --branch="$PIPELINE_SCRIPTS_TAG" https://github.com/paritytech/pipeline-scripts
|
|
||||||
- ./pipeline-scripts/update_substrate_template.sh
|
|
||||||
--repo-name "substrate-parachain-template"
|
|
||||||
--template-path "parachain-template"
|
|
||||||
--github-api-token "$GITHUB_TOKEN"
|
|
||||||
--polkadot-branch "$CI_COMMIT_REF_NAME"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user