From: Jordan Petridis Date: Fri, 10 Sep 2021 15:48:08 +0000 (+0300) Subject: citemplate: only build rust docker images in gst-ci repos X-Git-Tag: 1.19.3~497^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d68d52e1373c07a72bc2e15aee82b5483b9e7449;p=platform%2Fupstream%2Fgstreamer.git 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: --- 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'