Commit d50f84f5 authored by nimrod's avatar nimrod
Browse files

Fix the Matrix GitLab jobs.

Forgot the rules to only run when needed.
parent a0bc72f5
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -109,16 +109,19 @@ matrix-build:
  tags: &matrix-tags [host01.shore.co.il]
  variables: &matrix-vars
    WORKDIR: Compose/matrix
  rules: *compose-rules

matrix-pull:
  extends: .compose-pull
  tags: *matrix-tags
  variables: *matrix-vars
  rules: *compose-rules

matrix-run:
  extends: .compose-run
  tags: *matrix-tags
  variables: *matrix-vars
  rules: *compose-rules
  needs:
    - job: matrix-build
    - job: matrix-pull