Removed now useless section.
parent
2b5a709837
commit
42954d0cd8
|
@ -89,18 +89,7 @@ fi
|
||||||
|
|
||||||
currentPath=`pwd`
|
currentPath=`pwd`
|
||||||
pathCore="module/Monarc/Core"
|
pathCore="module/Monarc/Core"
|
||||||
if [ -d $pathCore ]; then
|
|
||||||
pull_if_exists $pathCore
|
|
||||||
else
|
|
||||||
pathCore="vendor/monarc/core"
|
|
||||||
fi
|
|
||||||
pathBO="module/Monarc/BackOffice"
|
pathBO="module/Monarc/BackOffice"
|
||||||
if [ -d $pathBO ]; then
|
|
||||||
pull_if_exists $pathBO
|
|
||||||
else
|
|
||||||
pathBO="vendor/monarc/backoffice"
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
if [[ -d node_modules && -d node_modules/ng_anr ]]; then
|
if [[ -d node_modules && -d node_modules/ng_anr ]]; then
|
||||||
if [[ -d node_modules/ng_anr/.git ]]; then
|
if [[ -d node_modules/ng_anr/.git ]]; then
|
||||||
|
|
Loading…
Reference in New Issue