From f0ca77c4787da84487572aed9551f8c05a92d618 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michel=20D=C3=A4nzer?= Date: Sat, 5 Dec 2020 10:15:38 +0100 Subject: [PATCH] ci: Move deploy stage to the end of the pipeline This should make more important jobs visible without scrolling on pipeline pages. The deploy stage jobs only depend on the sanity job or none at all, so this has no impact on when the former can run. Part-of: --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f4b32485cdd..c7debe716b2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,7 +23,6 @@ stages: - container - container-2 - git-archive - - deploy - meson-x86_64 - build-misc - amd @@ -32,6 +31,7 @@ stages: - raspberrypi - software-renderer - layered-backends + - deploy - success # Generic rule to not run the job during scheduled pipelines