X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=scripts%2Finstall-openmano.sh;h=85d3293bb9a85bf3a3e6978bda813811aa4c53d9;hb=eb7874615b74d3f5e7b0123c6e1dc667adff5681;hp=c7e03aa57f89821bd77788ab32e0c106d8adc254;hpb=57f42afc992efe1da538d3058af0be2b8d7f0971;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 '