X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=scripts%2Finstall-openmano.sh;h=85d3293bb9a85bf3a3e6978bda813811aa4c53d9;hb=8ed3c73ef2ea968a5530d0128a7b3ed819fb8606;hp=c7e03aa57f89821bd77788ab32e0c106d8adc254;hpb=8b413241c07347b196b81f5c340137fa8963b1e1;p=osm%2FRO.git diff --git a/scripts/install-openmano.sh b/scripts/install-openmano.sh index c7e03aa5..85d3293b 100755 --- a/scripts/install-openmano.sh +++ b/scripts/install-openmano.sh @@ -265,7 +265,7 @@ if [[ -z $NOCLONE ]]; then #################################################################' 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 ' + [[ -z $DEVELOP ]] && su $SUDO_USER -c 'git checkout tags/v1.0' fi echo '