Skip to content

Commit

Permalink
fix branch and repo source for ci; change to do shallow clone for bet…
Browse files Browse the repository at this point in the history
…ter performance
  • Loading branch information
Cakem1x committed May 15, 2024
1 parent 4a058b4 commit 9b427a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/Dockerfile-noetic
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ WORKDIR /catkin_ws
# install package dependencies
# temporarily clone mesh_tools from git until they are available in the ros repositories
RUN apt install -q -y --no-install-recommends git
RUN git clone https://github.com/uos/mesh_tools.git /catkin_ws/src/mesh_tools
RUN git clone https://github.com/naturerobots/mesh_tools.git --depth 1 --branch noetic /catkin_ws/src/mesh_tools

RUN rosdep init && rosdep update && DEBIAN_FRONTEND=noninteractive rosdep install --from-paths src -i -y --rosdistro $ROS_DISTRO

Expand Down

0 comments on commit 9b427a7

Please sign in to comment.