Skip to content

Commit ec7f929

Browse files
committed
Forgotten job for people chains
1 parent 8c0febe commit ec7f929

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.gitlab/pipeline/build.yml

+9
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,15 @@ build-runtime-contracts:
275275
- job: build-runtime-collectives
276276
artifacts: false
277277

278+
build-runtime-people:
279+
<<: *build-runtime-template
280+
variables:
281+
RUNTIME_PATH: "cumulus/parachains/runtimes/people"
282+
# this is an artificial job dependency, for pipeline optimization using GitLab's DAGs
283+
needs:
284+
- job: build-runtime-assets
285+
artifacts: false
286+
278287
build-runtime-starters:
279288
<<: *build-runtime-template
280289
variables:

0 commit comments

Comments
 (0)