Trying at creating log files again
This commit is contained in:
parent
36a480b9c0
commit
f36b6487b8
1 changed files with 7 additions and 1 deletions
|
@ -1,2 +1,8 @@
|
|||
cd ..
|
||||
git log --pretty="%s" >> changeLog.txt
|
||||
if [-e "LastBuildData.txt"]
|
||||
then
|
||||
cat LastBuildData.txt
|
||||
read line
|
||||
git log --pretty="%s" --Since={$line} >> changeLog.txt
|
||||
fi
|
||||
date +"%Y-%m-%d" >> LastBuildData.txt
|
Loading…
Reference in a new issue