mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 18:09:06 +01:00
buildDocExports.sh : Added commit reference in the LAST_UPDATE_FILE
This commit is contained in:
parent
656dad2c14
commit
70afba8563
1 changed files with 2 additions and 0 deletions
|
@ -140,6 +140,8 @@ then
|
||||||
echo -n "-> Create last-update file : "
|
echo -n "-> Create last-update file : "
|
||||||
echo "Last update :" > $LAST_UPDATE_FILE
|
echo "Last update :" > $LAST_UPDATE_FILE
|
||||||
date >> $LAST_UPDATE_FILE
|
date >> $LAST_UPDATE_FILE
|
||||||
|
cd $ROOT_DIR
|
||||||
|
git log|head -n 1 >> $LAST_UPDATE_FILE
|
||||||
echo >> $LAST_UPDATE_FILE
|
echo >> $LAST_UPDATE_FILE
|
||||||
echo done.
|
echo done.
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue