From d68d52e1373c07a72bc2e15aee82b5483b9e7449 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Fri, 10 Sep 2021 18:48:08 +0300 Subject: [PATCH] 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: --- gitlab/ci_template.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index 37bdfeac1c..cb8ae521d3 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'