Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
Pipeline #4186 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment