Skip to content

Commit c5ccf09

Browse files
authored
Revert "Temporary unuse ubuntu mirror on CI (#767)"
This reverts commit b53933f.
1 parent d078e1e commit c5ccf09

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ RUN find . -name package.xml | xargs -ISRC cp --parents SRC /repos-manifests/
2727
# ========================================
2828
FROM ros:${ROS_DISTRO}-ros-core
2929

30-
#RUN sed -e \
31-
# 's|http://archive\.ubuntu\.com|http://us-east-1.ec2.archive.ubuntu.com|' \
32-
# -i /etc/apt/sources.list
30+
RUN sed -e \
31+
's|http://archive\.ubuntu\.com|http://us-east-1.ec2.archive.ubuntu.com|' \
32+
-i /etc/apt/sources.list
3333

3434
ENV DEBIAN_FRONTEND=noninteractive
3535

0 commit comments

Comments
 (0)