builder: Fix git configuration

This commit is contained in:
sfalexrog
2019-05-17 11:46:13 +03:00
parent 683e06dc20
commit ec57f7d0a3

View File

@@ -138,6 +138,10 @@ fi
export ROS_IP='127.0.0.1' # needed for running tests
echo_stamp "Reconfiguring Clever repository for simplier unshallowing"
cd /home/pi/catkin_ws/src/clever
git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*"
echo_stamp "Installing CLEVER" \
&& cd /home/pi/catkin_ws/src/clever \
&& git status \