echo "
" > temp.txt
git pull
git log -n 20 --relative-date --graph --format=short >> temp.txt
cd vendor/colosa/pmUI
echo "" >> ../../../temp.txt
git pull
git log -n 20 --relative-date --graph --format=short >> ../../../temp.txt
cd ../MichelangeloFE
echo "" >> ../../../temp.txt
git pull
git log -n 20 --relative-date --graph --format=short >> ../../../temp.txt
cd ../../../
echo "" >> temp.txt
php build-vendor.php >> temp.txt
sed ':a;N;$!ba;s/\n/
/g' temp.txt > workflow/public_html/build-log.html
echo "update executed succesfully, check the log in http:///build-log.html "