add repo info

This commit is contained in:
/geco
2018-12-23 04:01:20 +01:00
parent 09d4db00bb
commit d6fe849293

View File

@@ -20,10 +20,13 @@ else
echo "USAGE-INFO: ./XXupdateScripts.sh '[BRANCHNAME]'" echo "USAGE-INFO: ./XXupdateScripts.sh '[BRANCHNAME]'"
fi fi
origin=$(git remote -v | grep 'origin' | tail -n1)
echo "" echo ""
echo "*** UPDATING SHELL SCRIPTS FROM GITHUB ***" echo "*** UPDATING SHELL SCRIPTS FROM GITHUB ***"
echo "justincase, not the final upadte mechanism" echo "justincase, not the final upadte mechanism"
echo "BRANCH --> ${activeBranch} <---" echo "REPO ----> ${origin}"
echo "BRANCH --> ${activeBranch}"
echo "******************************************" echo "******************************************"
git pull git pull
cd .. cd ..