Skip to content

Commit 8d9a8a6

Browse files
joao-paulo-parityark0f
authored andcommitted
remove update-node-template (paritytech#13100)
will be moved to polkadot's pipeline ref https://github.com/paritytech/release-engineering/issues/142
1 parent 45f9494 commit 8d9a8a6

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

scripts/ci/gitlab/pipeline/publish.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -182,20 +182,6 @@ publish-draft-release:
182182
- ./scripts/ci/gitlab/publish_draft_release.sh
183183
allow_failure: true
184184

185-
# Ref: https://github.com/paritytech/opstooling/issues/111
186-
update-node-template:
187-
stage: publish
188-
extends: .kubernetes-env
189-
rules:
190-
- if: $CI_COMMIT_REF_NAME =~ /^polkadot-v[0-9]+\.[0-9]+.*$/ # i.e. polkadot-v1.0.99, polkadot-v2.1rc1
191-
script:
192-
- git clone --depth=1 --branch="$PIPELINE_SCRIPTS_TAG" https://github.com/paritytech/pipeline-scripts
193-
- ./pipeline-scripts/update_substrate_template.sh
194-
--repo-name "substrate-node-template"
195-
--template-path "bin/node-template"
196-
--github-api-token "$GITHUB_TOKEN"
197-
--polkadot-branch "$CI_COMMIT_REF_NAME"
198-
199185
.publish-crates-template:
200186
stage: publish
201187
extends: .crates-publishing-template

0 commit comments

Comments
 (0)