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
parent
829e2dc43f
commit
8fab3fe4c4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue