File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
scripts/ci/gitlab/pipeline Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments