mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 18:09:06 +01:00
upgradeFromGit.sh : Added test with checkDocExportsNecessity.sh script to know if doc exportation is necessary
This commit is contained in:
parent
4e989c3d79
commit
bc24645bdd
1 changed files with 1 additions and 0 deletions
|
@ -234,6 +234,7 @@ fi
|
||||||
|
|
||||||
if [ $BUILD_DOC -eq 1 ]
|
if [ $BUILD_DOC -eq 1 ]
|
||||||
then
|
then
|
||||||
|
[ -n "$LAST_UPDATE_FILE" ] && [ "`$ROOT_DIR/checkDocExportsNecessity.sh`" == "" ] && echo "Export documentation is not necessary. Pass." && exit
|
||||||
msg "-> Do you want build the documentation (y/N) ? " -en
|
msg "-> Do you want build the documentation (y/N) ? " -en
|
||||||
read a
|
read a
|
||||||
if [ "$a" == "y" -o "$a" == "Y" ]
|
if [ "$a" == "y" -o "$a" == "Y" ]
|
||||||
|
|
Loading…
Reference in a new issue