Skip to content

Commit c378d4d

Browse files
committed
.gitlab-ci.yml: move the content to .gitlab-ci-main.yml
We introduce an indirection from gitlab-ci.yml via .gitlab-ci-default.yml to .gitlab-ci-main.yml We do that in order to introduce a .gitlab-ci-coverage.yml later as that will have to use different settings in future. Signed-off-by: Stefan Metzmacher <[email protected]> Reviewed-by: Andrew Bartlett <[email protected]> Reviewed-by: Andreas Schneider <[email protected]>
1 parent a786ff9 commit c378d4d

File tree

4 files changed

+519
-512
lines changed

4 files changed

+519
-512
lines changed

.gitlab-ci-default.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include:
2+
- /.gitlab-ci-main.yml

0 commit comments

Comments
 (0)