Work around wstool bug in build with Docker base image. (#1041)

We have already a cloned source space in the base image, which can be
buggy according to: https://github.com/vcstools/wstool/issues/77

This should unblock Travis and fix local builds.
master
Michael Grupp 2018-10-04 11:15:21 +02:00 committed by gaschler
parent 829e2dc43f
commit 8fab3fe4c4
1 changed files with 3 additions and 0 deletions

View File

@ -20,4 +20,7 @@ set -o verbose
. /opt/ros/${ROS_DISTRO}/setup.sh
cd catkin_ws/src
# Call 'status' as a workaround for https://github.com/vcstools/wstool/issues/77
wstool status
wstool update