Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' into davxy/remove-leaves
Browse files Browse the repository at this point in the history
  • Loading branch information
davxy committed Aug 1, 2022
2 parents b1db89b + b6a2a38 commit c211faa
Show file tree
Hide file tree
Showing 21 changed files with 1,134 additions and 888 deletions.
14 changes: 14 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,20 @@ publish-benchmarks-s3:
after_script:
- aws s3 ls s3://${BUCKET}/${PREFIX}/ --recursive --human-readable --summarize

# 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"

#### stage: .post

# This job cancels the whole pipeline if any of provided jobs fail.
Expand Down
Loading

0 comments on commit c211faa

Please sign in to comment.