From 24b7643285dda62c071c117a81cb09b18026ab3b Mon Sep 17 00:00:00 2001 From: Emanuele Aina <emanuele.aina@collabora.com> Date: Mon, 11 Mar 2019 17:34:35 +0100 Subject: [PATCH] gitlab-ci: Deploy pages from the apertis/v2019dev0 branch We are moving to per-release branches in every repository and this one is no exception. :) Signed-off-by: Emanuele Aina <emanuele.aina@collabora.com> --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b8f3935..2f6bd45 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ test: paths: - test except: - - master + - apertis/v2019dev0 pages: stage: deploy @@ -18,4 +18,4 @@ pages: paths: - public only: - - master + - apertis/v2019dev0 -- GitLab