forked from dfinity/ic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitlab-ci.yml
22 lines (20 loc) · 876 Bytes
/
.gitlab-ci.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# DO NOT put any configurations in this file! Common configurations must go in
# common.yml. Otherwise child pipelines will not inherit any configurations
# from this file.
#
# This file should only include other YAML files used to create the root parent
# pipeline.
#
# If you want to remove or rename a file mentioned in this file please do so in
# two seperate MRs.
# 1. Rename/remove the reference to the file from this file
# 2. Rename/remove the file from the repository
# Failure to do so will cause the `gitlab-ci/config/zz-generated-gitlab-ci.yaml`
# file not to get generated.
include:
- local: /gitlab-ci/config/rosetta.yml
- local: /gitlab-ci/config/main.yml
- local: /gitlab-ci/config/common.yml
- local: /gitlab-ci/config/container-image-autobuild.yml
- local: /gitlab-ci/config/dependencies.yml
- local: /gitlab-ci/config/base-images-build.yml