ci: move deploy-stage later in the pipeline
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Mon, 22 Jun 2020 09:10:34 +0000 (11:10 +0200)
committerMarge Bot <eric+marge@anholt.net>
Wed, 1 Jul 2020 14:31:38 +0000 (14:31 +0000)
This makes it not clutter up the pipeline results page so much.

Reviewed-by: Michel Dänzer <mdaenzer@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5469>

.gitlab-ci.yml

index 16bcc9ab10ac97718c8a43ed76bd83241ad727ba..b22e3423b45b73b510ee24a120940afd2486975b 100644 (file)
@@ -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: