summaryrefslogtreecommitdiff
path: root/.gitlab-ci-private.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-private.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-private.yml')
-rw-r--r--.gitlab-ci-private.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci-private.yml b/.gitlab-ci-private.yml
index 04d33d5c549..edd0b6c9a8e 100644
--- a/.gitlab-ci-private.yml
+++ b/.gitlab-ci-private.yml
@@ -1,2 +1,5 @@
+# This is just a legacy alias used by the
+# https://gitlab.com/samba-team/devel/samba configuration
+#
include:
- '/.gitlab-ci.yml'