Skip to content

Commit d6f6bed

Browse files
pablogs9mergify-bot
authored andcommitted
Skip existing repos in vcs (#419)
(cherry picked from commit ecdd1ab)
1 parent 90d3988 commit d6f6bed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/create_ws.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ fi
4242
# ROS_DISTRO SPECIFIC
4343
curl -s https://raw.githubusercontent.com/ros2/ros2/foxy/ros2.repos |\
4444
ros2 run micro_ros_setup yaml_filter.py ${PACKAGES} > ros2.repos
45-
vcs import --input ros2.repos
46-
vcs import --input $REPOS
45+
vcs import --input ros2.repos --skip-existing
46+
vcs import --input $REPOS --skip-existing
4747

4848
popd >/dev/null
4949

0 commit comments

Comments
 (0)