Removed now useless section.

feature/upgrade-to-zf3
Cédric Bonhomme 2019-11-12 08:57:40 +01:00
parent 2b5a709837
commit 42954d0cd8
No known key found for this signature in database
GPG Key ID: A1CB94DE57B7A70D
1 changed files with 0 additions and 11 deletions

View File

@ -89,18 +89,7 @@ fi
currentPath=`pwd`
pathCore="module/Monarc/Core"
if [ -d $pathCore ]; then
pull_if_exists $pathCore
else
pathCore="vendor/monarc/core"
fi
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/ng_anr/.git ]]; then