Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wolf_ros_node
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mobile_robotics
wolf_projects
wolf_ros
wolf_ros_node
Compare revisions
devel to 8-new-dockers
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
mobile_robotics/wolf_projects/wolf_ros/wolf_ros_node
Select target project
No results found
8-new-dockers
Select Git revision
Swap
Target
mobile_robotics/wolf_projects/wolf_ros/wolf_ros_node
Select target project
mobile_robotics/wolf_projects/wolf_ros/wolf_ros_node
1 result
devel
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
Update .gitlab-ci.yml file
· 3b4e4540
Joan Vallvé Navarro
authored
2 years ago
3b4e4540
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
with
3 additions
and
3 deletions
.gitlab-ci.yml
View file @
3b4e4540
...
...
@@ -116,7 +116,7 @@ stages:
############ LICENSE HEADERS ############
license_headers
:
stage
:
license
image
:
labrobotica/wolf_deps_ros:20.04
image
:
labrobotica/wolf_deps_ros
_new
:20.04
cache
:
[]
before_script
:
-
*preliminaries_definition
...
...
@@ -127,7 +127,7 @@ license_headers:
############ UBUNTU 18.04 TEST ############
build_and_test:bionic
:
stage
:
build_and_test
image
:
labrobotica/wolf_deps_ros:18.04
image
:
labrobotica/wolf_deps_ros
_new
:18.04
cache
:
-
key
:
wolf-bionic
paths
:
...
...
@@ -144,7 +144,7 @@ build_and_test:bionic:
############ UBUNTU 20.04 TEST ############
build_and_test:focal
:
stage
:
build_and_test
image
:
labrobotica/wolf_deps_ros:20.04
image
:
labrobotica/wolf_deps_ros
_new
:20.04
cache
:
-
key
:
wolf-focal
paths
:
...
...
This diff is collapsed.
Click to expand it.