Skip to content
Snippets Groups Projects
Commit 92da81d9 authored by Jon Azpiazu's avatar Jon Azpiazu
Browse files

Remove uneeded exceptions

parent e9d0e074
Branches
No related tags found
1 merge request!62Resolve "No noetic support"
Pipeline #55593 failed
...@@ -59,8 +59,6 @@ industrial_ci_melodic: ...@@ -59,8 +59,6 @@ industrial_ci_melodic:
rules: rules:
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
when: never when: never
- if: $CI_COMMIT_REF_NAME =~ /^noetic-.*/
when: never
- if: $CI_COMMIT_REF_NAME =~ /^melodic-.*/ - if: $CI_COMMIT_REF_NAME =~ /^melodic-.*/
industrial_ci_noetic: industrial_ci_noetic:
...@@ -71,8 +69,6 @@ industrial_ci_noetic: ...@@ -71,8 +69,6 @@ industrial_ci_noetic:
rules: rules:
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
when: never when: never
- if: $CI_COMMIT_REF_NAME =~ /^melodic-.*/
when: never
- if: $CI_COMMIT_REF_NAME =~ /^noetic-.*/ - if: $CI_COMMIT_REF_NAME =~ /^noetic-.*/
industrial_ci_kinetic_deploy: industrial_ci_kinetic_deploy:
......
...@@ -61,8 +61,6 @@ industrial_ci_melodic: ...@@ -61,8 +61,6 @@ industrial_ci_melodic:
rules: rules:
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
when: never when: never
- if: $CI_COMMIT_REF_NAME =~ /^noetic-.*/
when: never
- if: $CI_COMMIT_REF_NAME =~ /^melodic-.*/ - if: $CI_COMMIT_REF_NAME =~ /^melodic-.*/
industrial_ci_noetic: industrial_ci_noetic:
...@@ -73,8 +71,6 @@ industrial_ci_noetic: ...@@ -73,8 +71,6 @@ industrial_ci_noetic:
rules: rules:
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
when: never when: never
- if: $CI_COMMIT_REF_NAME =~ /^melodic-.*/
when: never
- if: $CI_COMMIT_REF_NAME =~ /^noetic-.*/ - if: $CI_COMMIT_REF_NAME =~ /^noetic-.*/
industrial_ci_kinetic_deploy: industrial_ci_kinetic_deploy:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment