Add git status output to debug git fetch failures

Signed-off-by: Daan Hoogland <daan@onecht.net>

This closes #523
This commit is contained in:
Rafael da Fonseca 2015-06-25 00:56:07 +02:00 committed by Daan Hoogland
parent 916aead9ab
commit 12d52401f7
1 changed files with 3 additions and 0 deletions

View File

@ -49,6 +49,9 @@ javac -version
echo -e "\nMaven Version: "
mvn -v
echo -e "\nCheck Git status"
git status
echo -e "\nUpdating the system: "
sudo apt-get -q -y update > /dev/null