File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
include :
2
2
- project : ops/docker-ros
3
- ref : feature/ci
3
+ ref : main
4
4
file : .gitlab-ci.template.yml
Original file line number Diff line number Diff line change 1
- x-base-image : &base-image gitlab.ika.rwth-aachen.de:5050/automated-driving/docker/ros1 :latest
2
- x-devel -image : &devel -image gitlab.ika.rwth-aachen.de:5050/github/mqtt_client:latest-dev
3
- x-run-image : &run-image gitlab.ika.rwth-aachen.de:5050/github/mqtt_client:latest
4
- x-command : &command roslaunch mqtt_client standalone.launch
1
+ x-base-image : &base-image gitlab.ika.rwth-aachen.de:5050/automated-driving/docker/ros1:latest # e.g. gitlab.ika.rwth-aachen.de:5050/automated-driving/docker/ros2 :latest
2
+ x-dev -image : &dev -image gitlab.ika.rwth-aachen.de:5050/github/mqtt_client:latest-dev # e.g. gitlab.ika.rwth-aachen.de:5050/ops/hello_world :latest-dev
3
+ x-run-image : &run-image gitlab.ika.rwth-aachen.de:5050/github/mqtt_client:latest # e.g. gitlab.ika.rwth-aachen.de:5050/ops/hello_world :latest
4
+ x-command : &command roslaunch mqtt_client standalone.launch # e.g. ros2 topic pub "/ping" "std_msgs/msg/String" "{data: Hello World}"
5
5
6
6
# ==============================================================================
7
7
@@ -15,13 +15,13 @@ x-build: &build
15
15
GIT_HTTPS_PASSWORD : $GIT_HTTPS_PASSWORD
16
16
17
17
services :
18
- devel :
19
- image : *devel -image
18
+ dev :
19
+ image : *dev -image
20
20
build :
21
- target : development
21
+ target : dev
22
22
<< : *build
23
23
run :
24
24
image : *run-image
25
25
build :
26
26
target : run
27
- << : *build
27
+ << : *build
You can’t perform that action at this time.
0 commit comments