echo "

Michelangelo Update

Changelog Processmaker

" > temp.txt git pull git log -n 20 --relative-date --graph --format=short >> temp.txt cd vendor/colosa/pmUI echo "

Changelog pmUI


" >> ../../../temp.txt git pull git log -n 20 --relative-date --graph --format=short >> ../../../temp.txt cd ../MichelangeloFE echo "

Changelog MichelangeloFE


" >> ../../../temp.txt git pull git log -n 20 --relative-date --graph --format=short >> ../../../temp.txt cd ../../../ echo "

build-vendor.php


" >> 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 "