From 28ca70b6b64336c886675f9b84bd10f001256b77 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Mon, 22 Jun 2020 11:10:34 +0200 Subject: [PATCH 1/1] ci: move deploy-stage later in the pipeline MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This makes it not clutter up the pipeline results page so much. Reviewed-by: Michel Dänzer Part-of: --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 16bcc9ab10a..b22e3423b45 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,6 @@ include: - local: '.gitlab-ci/test-source-dep.yml' stages: - - deploy - container - container-2 - meson-x86_64 @@ -22,6 +21,7 @@ stages: - radv - lima - virgl + - deploy - success .docs-base: -- 2.30.2