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

Resolve "DEB and RPM are not produced on a network branch" (!318)

* fix(#290): DEB and RPM builds were excluded from client release
parent c95f7831
No related branches found
No related tags found
1 merge request!318Resolve "DEB and RPM are not produced on a network branch"
Pipeline #40084 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