ci: move deploy-stage later in the pipeline

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>
This commit is contained in:
Erik Faye-Lund 2020-06-22 11:10:34 +02:00 committed by Marge Bot
parent 8774707b1e
commit 28ca70b6b6
1 changed files with 1 additions and 1 deletions

View 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: