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:
Jordan Petridis 2021-09-10 18:48:08 +03:00 committed by Jordan Petridіs
parent 2a93d4f347
commit d68d52e137

View file

@ -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'