Skip to content

Commit

Permalink
Don't pass rosdistro when using empty index (#1752)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruffsl authored May 19, 2020
1 parent 5a35677 commit f119f30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ references:
(echo vcs_export && cat) >> checksum.txt
sha256sum $PWD/checksum.txt >> checksum.txt
apt-get update
rosdep update \
--rosdistro=$ROS_DISTRO
rosdep update
dependencies=$(
rosdep install -q -y \
--from-paths src \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ FROM $FROM_IMAGE AS builder
RUN apt-get update && apt-get install -q -y \
ccache \
lcov \
&& rosdep update --rosdistro=$ROS_DISTRO \
&& rosdep update \
&& rm -rf /var/lib/apt/lists/*

# install underlay dependencies
Expand Down

0 comments on commit f119f30

Please sign in to comment.