Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tecnalia_robotics-public
templates
Commits
e9d0e074
Commit
e9d0e074
authored
Sep 02, 2021
by
Iñigo Moreno i Caireta
Browse files
Fix missing supression for melodic branches
parent
a0e565ad
Pipeline
#55555
failed with stage
in 11 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-industrial-ci-kinetic-no-rosinstall.yml
View file @
e9d0e074
...
...
@@ -71,6 +71,8 @@ industrial_ci_noetic:
rules
:
-
if
:
$CI_COMMIT_TAG
when
:
never
-
if
:
$CI_COMMIT_REF_NAME =~ /^melodic-.*/
when
:
never
-
if
:
$CI_COMMIT_REF_NAME =~ /^noetic-.*/
industrial_ci_kinetic_deploy
:
...
...
.gitlab-industrial-ci-kinetic-with-rosinstall.yml
View file @
e9d0e074
...
...
@@ -73,6 +73,8 @@ industrial_ci_noetic:
rules
:
-
if
:
$CI_COMMIT_TAG
when
:
never
-
if
:
$CI_COMMIT_REF_NAME =~ /^melodic-.*/
when
:
never
-
if
:
$CI_COMMIT_REF_NAME =~ /^noetic-.*/
industrial_ci_kinetic_deploy
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment