remove relative date in build-log.html
This commit is contained in:
6
update
6
update
@@ -2,20 +2,20 @@
|
|||||||
echo "<h1>Michelangelo Update</h1><h2>Changelog Processmaker</h2><code>" > temp.txt
|
echo "<h1>Michelangelo Update</h1><h2>Changelog Processmaker</h2><code>" > temp.txt
|
||||||
|
|
||||||
git pull
|
git pull
|
||||||
git log -n 30 --relative-date --graph --format=medium --no-merges >> temp.txt
|
git log -n 30 --graph --format=medium --no-merges >> temp.txt
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
cd vendor/colosa/pmUI
|
cd vendor/colosa/pmUI
|
||||||
echo "</code><br><h2>Changelog pmUI</h2><br><code>" >> ../../../temp.txt
|
echo "</code><br><h2>Changelog pmUI</h2><br><code>" >> ../../../temp.txt
|
||||||
git pull
|
git pull
|
||||||
git log -n 30 --relative-date --graph --format=medium --no-merges >> ../../../temp.txt
|
git log -n 30 --graph --format=medium --no-merges >> ../../../temp.txt
|
||||||
rake css
|
rake css
|
||||||
|
|
||||||
cd ../MichelangeloFE
|
cd ../MichelangeloFE
|
||||||
echo "</code><br><h2>Changelog MichelangeloFE</h2><br><code>" >> ../../../temp.txt
|
echo "</code><br><h2>Changelog MichelangeloFE</h2><br><code>" >> ../../../temp.txt
|
||||||
git pull
|
git pull
|
||||||
git log -n 30 --relative-date --graph --format=medium --no-merges >> ../../../temp.txt
|
git log -n 30 --graph --format=medium --no-merges >> ../../../temp.txt
|
||||||
rake compass
|
rake compass
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user