Skip to content
Snippets Groups Projects
Commit 0309655b authored by Cédric Moreau's avatar Cédric Moreau
Browse files

fix(#290): DEB and RPM builds were excluded from client release

parent f6f32eca
No related branches found
No related tags found
No related merge requests found
Pipeline #39901 passed
......@@ -127,7 +127,8 @@ build_deb:
- if: $CI_COMMIT_TAG
when: never
- <<: *is_network_branch
when: never
needs: ["build_raw_specs"]
when: always
- if: '$CI_MERGE_REQUEST_ID || $CI_COMMIT_BRANCH == "master"'
- when: manual
variables:
......@@ -149,7 +150,8 @@ build_rpm:
- if: $CI_COMMIT_TAG
when: never
- <<: *is_network_branch
when: never
needs: ["build_raw_specs"]
when: always
- if: '$CI_MERGE_REQUEST_ID || $CI_COMMIT_BRANCH == "master"'
- when: manual
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment