allow running test_vimconn without user ssh keys. Change installation to copy .gitign...
[osm/RO.git] / scripts / install-openmano.sh
index 9aaf028..c7e03aa 100755 (executable)
@@ -264,6 +264,7 @@ if [[ -z $NOCLONE ]]; then
 #####        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