Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
templates
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tecnalia_robotics-public
templates
Merge requests
!60
Resolve "Allow a way of testing melodic pipeline"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Allow a way of testing melodic pipeline"
33-allow-a-way-of-testing-melodic-pipeline
into
master
Overview
10
Commits
2
Pipelines
12
Changes
2
Merged
Jon Azpiazu
requested to merge
33-allow-a-way-of-testing-melodic-pipeline
into
master
4 years ago
Overview
7
Commits
2
Pipelines
12
Changes
2
Expand
Closes
#33 (closed)
Edited
4 years ago
by
Jon Azpiazu
0
0
Merge request reports
Viewing commit
49ead59d
Show latest version
2 files
+
4
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
49ead59d
Modify only/except regex
· 49ead59d
Prada Sarasola, Miguel
authored
4 years ago
.gitlab-industrial-ci-kinetic-no-rosinstall.yml
+
2
−
2
Options
@@ -40,7 +40,7 @@ industrial_ci_kinetic:
DOCKER_IMAGE
:
"
${ARTIFACT_DOCKER_URL}/flexbotics-base-devel:${ROS_DISTRO}"
except
:
-
tags
-
melodic-
*
-
'
melodic-
.*'
industrial_ci_melodic
:
extends
:
.industrial_ci
@@ -48,7 +48,7 @@ industrial_ci_melodic:
ROS_DISTRO
:
melodic
DOCKER_IMAGE
:
"
${ARTIFACT_DOCKER_URL}/flexbotics-base-devel:${ROS_DISTRO}"
only
:
-
melodic-
*
-
'
melodic-
.*'
except
:
-
tags
Loading