From 33a2357c135d2a54c2062a1805cb0e61dbc828c9 Mon Sep 17 00:00:00 2001 From: Andrej Shadura <andrew.shadura@collabora.co.uk> Date: Tue, 21 Jan 2020 16:14:28 +0100 Subject: [PATCH] Use apertis/v2021dev1 branch as default Signed-off-by: Andrej Shadura <andrew.shadura@collabora.co.uk> --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5d0e81a..497e4c1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,6 +16,9 @@ test: - apertis/v2019pre - apertis/v2019dev0 - apertis/v2020dev0 + - apertis/v2020pre + - apertis/v2020 + - apertis/v2021dev0 pages: stage: deploy @@ -25,4 +28,4 @@ pages: paths: - public only: - - apertis/v2020pre + - apertis/v2021dev1 -- GitLab