Skip to content

Commit

Permalink
remove update-node-template (paritytech#13100)
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-paulo-parity authored Jan 11, 2023
1 parent cb63d3d commit 946507b
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions scripts/ci/gitlab/pipeline/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,20 +182,6 @@ publish-draft-release:
- ./scripts/ci/gitlab/publish_draft_release.sh
allow_failure: true

# Ref: https://github.com/paritytech/opstooling/issues/111
update-node-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-node-template"
--template-path "bin/node-template"
--github-api-token "$GITHUB_TOKEN"
--polkadot-branch "$CI_COMMIT_REF_NAME"

.publish-crates-template:
stage: publish
extends: .crates-publishing-template
Expand Down

0 comments on commit 946507b

Please sign in to comment.