Skip to content

Commit ed0d9df

Browse files
committed
fix: remove ros2 key fixes
1 parent 3b2dcbc commit ed0d9df

File tree

2 files changed

+0
-23
lines changed

2 files changed

+0
-23
lines changed

.github/workflows/poetry-test.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,6 @@ jobs:
3030
with:
3131
clean: true
3232

33-
- name: Fix ROS 2 keys # TODO: remove this once https://github.com/docker-library/official-images/pull/19162 is merged
34-
run: |
35-
rm /etc/apt/sources.list.d/ros2-latest.list
36-
rm /usr/share/keyrings/ros2-latest-archive-keyring.gpg
37-
apt-get update
38-
apt-get install -y ca-certificates curl
39-
export ROS_APT_SOURCE_VERSION=$(curl -s https://api.github.com/repos/ros-infrastructure/ros-apt-source/releases/latest | grep -F "tag_name" | awk -F\" '{print $4}') ;\
40-
curl -L -s -o /tmp/ros2-apt-source.deb "https://github.com/ros-infrastructure/ros-apt-source/releases/download/${ROS_APT_SOURCE_VERSION}/ros2-apt-source_${ROS_APT_SOURCE_VERSION}.$(. /etc/os-release && echo $VERSION_CODENAME)_all.deb" \
41-
&& apt-get update \
42-
&& apt-get install /tmp/ros2-apt-source.deb \
43-
&& rm -f /tmp/ros2-apt-source.deb
44-
4533
- name: Install Poetry
4634
uses: snok/install-poetry@v1
4735
with:

.github/workflows/pre-commit.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,6 @@ jobs:
1616
image: osrf/ros:humble-desktop-full
1717

1818
steps:
19-
- name: Fix ROS 2 keys # TODO: remove this once https://github.com/docker-library/official-images/pull/19162 is merged
20-
run: |
21-
rm /etc/apt/sources.list.d/ros2-latest.list
22-
rm /usr/share/keyrings/ros2-latest-archive-keyring.gpg
23-
apt-get update
24-
apt-get install -y ca-certificates curl
25-
export ROS_APT_SOURCE_VERSION=$(curl -s https://api.github.com/repos/ros-infrastructure/ros-apt-source/releases/latest | grep -F "tag_name" | awk -F\" '{print $4}') ;\
26-
curl -L -s -o /tmp/ros2-apt-source.deb "https://github.com/ros-infrastructure/ros-apt-source/releases/download/${ROS_APT_SOURCE_VERSION}/ros2-apt-source_${ROS_APT_SOURCE_VERSION}.$(. /etc/os-release && echo $VERSION_CODENAME)_all.deb" \
27-
&& apt-get update \
28-
&& apt-get install /tmp/ros2-apt-source.deb \
29-
&& rm -f /tmp/ros2-apt-source.deb
3019

3120
- name: Install pre-commit
3221
run: |

0 commit comments

Comments
 (0)