From 42954d0cd85d08c7ae5e8136e4f04344baf7566d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Tue, 12 Nov 2019 08:57:40 +0100 Subject: [PATCH] Removed now useless section. --- scripts/update-all.sh | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/scripts/update-all.sh b/scripts/update-all.sh index c612309..461402a 100755 --- a/scripts/update-all.sh +++ b/scripts/update-all.sh @@ -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