From bc040630cc33d23f0e723ae9cbbe086446ccb344 Mon Sep 17 00:00:00 2001 From: Martyn Welch <martyn.welch@collabora.com> Date: Fri, 10 Jul 2020 14:57:56 +0100 Subject: [PATCH] Setup for multi-project pipelines Since we should now be able to use multi-project pipelines, setup the main branch so that we can use it in a multi-project pipeline. Signed-off-by: Martyn Welch <martyn.welch@collabora.com> --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 30394c4..c08c9e6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,3 +9,8 @@ archive-tools: - atc_extra - atc_menu - static + +pages: + extends: .deploy-pages + only: + - main -- GitLab