File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
- name : ros-ci
1
+ name : noetic-devel
2
2
3
3
# Controls when the action will run. Triggers the workflow on push or pull request
4
4
on :
@@ -15,18 +15,18 @@ jobs:
15
15
fail-fast : false
16
16
matrix :
17
17
ros_distribution :
18
- - kinetic
19
- - melodic
18
+ # - kinetic
19
+ # - melodic
20
20
- noetic
21
21
include :
22
22
# Kinetic Kame (May 2016 - May 2021)
23
- - docker_image : ubuntu:xenial
24
- ros_distribution : kinetic
25
- ros_version : 1
23
+ # - docker_image: ubuntu:xenial
24
+ # ros_distribution: kinetic
25
+ # ros_version: 1
26
26
# Melodic Morenia (May 2018 - May 2023)
27
- - docker_image : ubuntu:bionic
28
- ros_distribution : melodic
29
- ros_version : 1
27
+ # - docker_image: ubuntu:bionic
28
+ # ros_distribution: melodic
29
+ # ros_version: 1
30
30
# Noetic Ninjemys (May 2020 - May 2025)
31
31
- docker_image : ubuntu:focal
32
32
ros_distribution : noetic
49
49
with :
50
50
package-name : robotis_manipulator
51
51
target-ros1-distro : ${{ matrix.ros_distribution }}
52
- vcs-repo-file-url : " "
52
+ vcs-repo-file-url : " "
You can’t perform that action at this time.
0 commit comments