Commit 130290d3 authored by Gibbs, Ian's avatar Gibbs, Ian
Browse files

Update .gitlab-ci.yml file

parent c844752a
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -130,3 +130,16 @@ job_deploy_select_prod:
    - changes:
        - 'scd-reduction-tools.yml'


job_syndicate:
  stage: 4up_syndicate
  extends: .zoro
  needs:
    - { job: job_deploy_select_dev,  optional: true }
    - { job: job_deploy_select_qa,   optional: true }
    - { job: job_deploy_select_prod, optional: true }
  rules:
    - { if: '$CI_PIPELINE_SOURCE == "web"', when: never }
    - changes:
        - '[^.]*.yml'