Skip to content

Commit

Permalink
Forgotten job for people chains
Browse files Browse the repository at this point in the history
  • Loading branch information
bkontur committed May 14, 2024
1 parent fab8bfa commit c03e6bd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitlab/pipeline/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,15 @@ build-runtime-contracts:
- job: build-runtime-collectives
artifacts: false

build-runtime-people:
<<: *build-runtime-template
variables:
RUNTIME_PATH: "cumulus/parachains/runtimes/people"
# this is an artificial job dependency, for pipeline optimization using GitLab's DAGs
needs:
- job: build-runtime-assets
artifacts: false

build-runtime-starters:
<<: *build-runtime-template
variables:
Expand Down

0 comments on commit c03e6bd

Please sign in to comment.