summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Petridis <jordan@centricular.com>2021-09-10 18:48:08 +0300
committerJordan PetridÑ–s <jpetridis@gnome.org>2021-09-10 16:31:00 +0000
commitd68d52e1373c07a72bc2e15aee82b5483b9e7449 (patch)
tree6ad288cb77964c20ecb17c1c3aeba35d87ba209d
parent2a93d4f347ad190b9b515e3231e0ceb32fa39591 (diff)
citemplate: only build rust docker images in gst-ci reposHEADmaster
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>
-rw-r--r--gitlab/ci_template.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml
index 37bdfea..cb8ae52 100644
--- a/gitlab/ci_template.yml
+++ b/gitlab/ci_template.yml
@@ -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'