summaryrefslogtreecommitdiff
path: root/.gitlab-ci-default.yml
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2020-12-29 14:45:55 +0100
committerStefan Metzmacher <metze@samba.org>2021-04-13 08:23:35 +0000
commitc378d4dde0a550c70a8d75bbb0e2b002b26477df (patch)
treeb12b3c7b5a8acf5ecb976a99f71859b3486d4266 /.gitlab-ci-default.yml
parenta786ff99677bd22dc0499a01027f003bf8bfae27 (diff)
downloadsamba-c378d4dde0a550c70a8d75bbb0e2b002b26477df.tar.gz
.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 <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to '.gitlab-ci-default.yml')
-rw-r--r--.gitlab-ci-default.yml2
1 files changed, 2 insertions, 0 deletions
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