mirror of https://github.com/apache/cloudstack.git
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:
parent
916aead9ab
commit
12d52401f7
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue