mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
citemplate: only build rust docker images in gst-ci repos
They are only used by the gst-rs repos which aren't using this template anyway, so we don't need to have the jobs for the rest of the pipelines. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/418>
This commit is contained in:
parent
2a93d4f347
commit
d68d52e137
1 changed files with 2 additions and 0 deletions
|
@ -382,6 +382,8 @@ windows amd64 docker:
|
|||
needs:
|
||||
- job: 'windows amd64 docker'
|
||||
artifacts: false
|
||||
rules:
|
||||
- if: '$CI_PROJECT_NAME == "gst-ci"'
|
||||
variables:
|
||||
GIT_STRATEGY: 'fetch'
|
||||
|
||||
|
|
Loading…
Reference in a new issue