add Verbose OUT of git output

This commit is contained in:
Radius 2014-12-17 13:56:09 -05:00
parent d944567124
commit 74b96d8cd8

View File

@ -590,6 +590,7 @@ then
cd $DIR
echo "pulling from repo... "
OUT=`git pull`
echo $OUT
if [[ $OUT == *"Already up-to-date"* ]]
then
BUILD="NO"