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

deb and rpm

parent f6f32eca
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !318. Comments created here will be created in the context of that merge request.
......@@ -24,7 +24,7 @@ workflow:
- Cargo.lock
.is_network_branch: &is_network_branch
if: $CI_PIPELINE_SOURCE != "merge_request_event" && $CI_COMMIT_BRANCH =~ /^(network\/).+/
if: $CI_PIPELINE_SOURCE != "merge_request_event" && $CI_COMMIT_BRANCH =~ /^290.+/
.is_runtime_branch: &is_runtime_branch
if: $CI_PIPELINE_SOURCE != "merge_request_event" && $CI_COMMIT_BRANCH =~ /^(runtime\/).+/
......@@ -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