mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
ci: Document the difference between the two doc jobs
Naming is hard, so I opted for a small comment to explain this one. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1054>
This commit is contained in:
parent
55222db66e
commit
88ceb249be
1 changed files with 8 additions and 0 deletions
|
@ -857,6 +857,10 @@ valgrind ges:
|
|||
- documentation/
|
||||
- plugins-cache-diffs/
|
||||
|
||||
#
|
||||
# This jobs runs in gsrtreamer namespace when after the merge into main branch.
|
||||
# The produced artifact is later used to automatically update the web page.
|
||||
#
|
||||
documentation:
|
||||
stage: integrate
|
||||
extends:
|
||||
|
@ -865,6 +869,10 @@ documentation:
|
|||
rules:
|
||||
- if: '$CI_PROJECT_NAMESPACE == "gstreamer" && $CI_COMMIT_BRANCH == "main"'
|
||||
|
||||
#
|
||||
# This job is run in users namespace to validate documentation before merging
|
||||
# MR.
|
||||
#
|
||||
build documentation:
|
||||
extends:
|
||||
- '.documentation'
|
||||
|
|
Loading…
Reference in a new issue