This repository was archived by the owner on Feb 12, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -29,16 +29,14 @@ jobs:
29
29
ROS_DISTRO : ${{ matrix.ros_distro }}
30
30
ROS_VERSION : 1
31
31
steps :
32
- # TODO(setup-ros-docker#7): calling chown is necessary for now
33
- - name : Run setup-ros-docker workaround
34
- run : sudo chown -R rosbuild:rosbuild "$HOME" .
35
32
# Needed to access the vcs repos file from the workspace
36
33
- name : Checkout source
37
34
uses : actions/checkout@v2
38
35
- name : Run action-ros-ci to build and test
39
- uses : ros-tooling/action-ros-ci@0.0.17
36
+ uses : ros-tooling/action-ros-ci@0.1.0
40
37
with :
41
- source-ros-binary-installation : ${{ matrix.ros_distro }}
38
+ target-ros1-distro : ${{ env.ROS_VERSION == '1' && matrix.ros_distro || '' }}
39
+ target-ros2-distro : ${{ env.ROS_VERSION == '2' && matrix.ros_distro || '' }}
42
40
package-name : kinesis_video_streamer kinesis_video_msgs
43
41
vcs-repo-file-url : ' '
44
42
- name : Upload resulting colcon logs
Original file line number Diff line number Diff line change @@ -25,16 +25,14 @@ jobs:
25
25
ROS_DISTRO : ${{ matrix.ros_distro }}
26
26
ROS_VERSION : 1
27
27
steps :
28
- # TODO(setup-ros-docker#7): calling chown is necessary for now
29
- - name : Run setup-ros-docker workaround
30
- run : sudo chown -R rosbuild:rosbuild "$HOME" .
31
28
# Needed to access the vcs repos file from the workspace
32
29
- name : Checkout source
33
30
uses : actions/checkout@v2
34
31
- name : Run action-ros-ci to build and test
35
- uses : ros-tooling/action-ros-ci@0.0.17
32
+ uses : ros-tooling/action-ros-ci@0.1.0
36
33
with :
37
- source-ros-binary-installation : ${{ matrix.ros_distro }}
34
+ target-ros1-distro : ${{ env.ROS_VERSION == '1' && matrix.ros_distro || '' }}
35
+ target-ros2-distro : ${{ env.ROS_VERSION == '2' && matrix.ros_distro || '' }}
38
36
package-name : kinesis_video_streamer kinesis_video_msgs
39
37
# schedule runs against the default branch (master), so specify release-latest via repos file
40
38
vcs-repo-file-url : " ${{ github.workspace }}/.github/workflows/release_latest.repos"
You can’t perform that action at this time.
0 commit comments