From c378d4dde0a550c70a8d75bbb0e2b002b26477df Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 29 Dec 2020 14:45:55 +0100 Subject: .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 Reviewed-by: Andrew Bartlett Reviewed-by: Andreas Schneider --- .gitlab-ci-default.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitlab-ci-default.yml (limited to '.gitlab-ci-default.yml') diff --git a/.gitlab-ci-default.yml b/.gitlab-ci-default.yml new file mode 100644 index 00000000000..cd163f17fb4 --- /dev/null +++ b/.gitlab-ci-default.yml @@ -0,0 +1,2 @@ +include: + - /.gitlab-ci-main.yml -- cgit v1.2.1