Skip to content

Commit

Permalink
Skip existing repos in vcs (#419)
Browse files Browse the repository at this point in the history
(cherry picked from commit ecdd1ab)
  • Loading branch information
pablogs9 authored and mergify-bot committed Nov 12, 2021
1 parent 90d3988 commit d6f6bed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/create_ws.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ fi
# ROS_DISTRO SPECIFIC
curl -s https://github.com/raw/ros2/ros2/foxy/ros2.repos |\
ros2 run micro_ros_setup yaml_filter.py ${PACKAGES} > ros2.repos
vcs import --input ros2.repos
vcs import --input $REPOS
vcs import --input ros2.repos --skip-existing
vcs import --input $REPOS --skip-existing

popd >/dev/null

0 comments on commit d6f6bed

Please sign in to comment.