Skip to content
GitLab
Menu
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
92da81d9
Commit
92da81d9
authored
Sep 03, 2021
by
Jon Azpiazu
Browse files
Remove uneeded exceptions
parent
e9d0e074
Pipeline
#55593
failed with stage
in 15 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-industrial-ci-kinetic-no-rosinstall.yml
View file @
92da81d9
...
...
@@ -59,8 +59,6 @@ industrial_ci_melodic:
rules
:
-
if
:
$CI_COMMIT_TAG
when
:
never
-
if
:
$CI_COMMIT_REF_NAME =~ /^noetic-.*/
when
:
never
-
if
:
$CI_COMMIT_REF_NAME =~ /^melodic-.*/
industrial_ci_noetic
:
...
...
@@ -71,8 +69,6 @@ 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 @
92da81d9
...
...
@@ -61,8 +61,6 @@ industrial_ci_melodic:
rules
:
-
if
:
$CI_COMMIT_TAG
when
:
never
-
if
:
$CI_COMMIT_REF_NAME =~ /^noetic-.*/
when
:
never
-
if
:
$CI_COMMIT_REF_NAME =~ /^melodic-.*/
industrial_ci_noetic
:
...
...
@@ -73,8 +71,6 @@ 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
.
Attach a 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