Skip to content

Commit 7f561b0

Browse files
Revert "Fix Ci from key signing (#5220)" (#5237)
* Revert "Fix Ci from key signing (#5220)" This reverts the changes to the Dockerfile done in 1345c22. Signed-off-by: Nils-Christian Iseke <[email protected]> * Update Cache Version Signed-off-by: Nils-Christian Iseke <[email protected]> --------- Signed-off-by: Nils-Christian Iseke <[email protected]>
1 parent 6206406 commit 7f561b0

File tree

2 files changed

+3
-16
lines changed

2 files changed

+3
-16
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ _commands:
3333
- restore_cache:
3434
name: Restore Cache << parameters.key >>
3535
keys:
36-
- "<< parameters.key >>-v34\
36+
- "<< parameters.key >>-v35\
3737
-{{ arch }}\
3838
-{{ .Branch }}\
3939
-{{ .Environment.CIRCLE_PR_NUMBER }}\
4040
-{{ checksum \"<< parameters.workspace >>/lockfile.txt\" }}"
41-
- "<< parameters.key >>-v34\
41+
- "<< parameters.key >>-v35\
4242
-{{ arch }}\
4343
-main\
4444
-<no value>\
@@ -58,7 +58,7 @@ _commands:
5858
steps:
5959
- save_cache:
6060
name: Save Cache << parameters.key >>
61-
key: "<< parameters.key >>-v34\
61+
key: "<< parameters.key >>-v35\
6262
-{{ arch }}\
6363
-{{ .Branch }}\
6464
-{{ .Environment.CIRCLE_PR_NUMBER }}\

Dockerfile

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -45,19 +45,6 @@ APT::Install-Suggests "0";\n\
4545
' > /etc/apt/apt.conf.d/01norecommend
4646
ENV PYTHONUNBUFFERED 1
4747

48-
# Fix ROS 2 keys
49-
RUN rm /etc/apt/sources.list.d/ros2-latest.list \
50-
&& rm /usr/share/keyrings/ros2-latest-archive-keyring.gpg
51-
52-
RUN apt-get update \
53-
&& apt-get install -y ca-certificates curl
54-
55-
RUN 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}') ;\
56-
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" \
57-
&& apt-get update \
58-
&& apt-get install /tmp/ros2-apt-source.deb \
59-
&& rm -f /tmp/ros2-apt-source.deb
60-
6148
# install CI dependencies
6249
ARG RTI_NC_LICENSE_ACCEPTED=yes
6350
RUN apt-get update && \

0 commit comments

Comments
 (0)