Merge branch 'recordGDPR' of https://github.com/monarc-project/MonarcAppFO into recordGDPR
commit
577766f18e
|
@ -147,12 +147,12 @@ cd $PATH_TO_MONARC
|
||||||
# Interfaces
|
# Interfaces
|
||||||
mkdir node_modules
|
mkdir node_modules
|
||||||
cd node_modules
|
cd node_modules
|
||||||
git clone --config core.filemode=false https://github.com/monarc-project/ng-client.git ng_client > /dev/null 2>&1
|
git clone --config core.fileMode=false https://github.com/monarc-project/ng-client.git ng_client > /dev/null 2>&1
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
echo "\nERROR: unable to clone the ng-client repository\n"
|
echo "\nERROR: unable to clone the ng-client repository\n"
|
||||||
exit 1;
|
exit 1;
|
||||||
fi
|
fi
|
||||||
git clone --config core.filemode=false https://github.com/monarc-project/ng-anr.git ng_anr > /dev/null 2>&1
|
git clone --config core.fileMode=false https://github.com/monarc-project/ng-anr.git ng_anr > /dev/null 2>&1
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
echo "\nERROR: unable to clone the ng-anr repository\n"
|
echo "\nERROR: unable to clone the ng-anr repository\n"
|
||||||
exit 1;
|
exit 1;
|
||||||
|
|
Loading…
Reference in New Issue