ci: Move deploy stage between container & build stages

Having it as the last stage meant that the pages job could only run
once all other jobs had finished.

The new position means it can run in parallel with build jobs.

Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5711>
This commit is contained in:
Michel Dänzer 2020-07-01 17:37:49 +02:00 committed by Michel Dänzer
parent fc41ec16c8
commit 3cdc0d5098
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,7 @@ include:
stages:
- container+docs
- container-2
- deploy
- meson-x86_64
- scons
- meson-misc
@ -21,7 +22,6 @@ stages:
- radv
- lima
- virgl
- deploy
- success
.docs-base: