allow running test_vimconn without user ssh keys. Change installation to copy .gitignore with common parameters
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
diff --git a/scripts/install-openmano.sh b/scripts/install-openmano.sh
index 9aaf028..c7e03aa 100755
--- a/scripts/install-openmano.sh
+++ b/scripts/install-openmano.sh
@@ -264,6 +264,7 @@
##### DOWNLOAD SOURCE #####
#################################################################'
su $SUDO_USER -c 'git clone '"${GIT_URL}"' openmano'
+ su $SUDO_USER -c 'cp openmano/.gitignore-common openmano/.gitignore'
#[[ -z $DEVELOP ]] && su $SUDO_USER -c 'git checkout <tag version>'
fi