From: tierno Date: Wed, 5 Oct 2016 15:21:28 +0000 (+0000) Subject: add git checkout to the apropiate tag v1.0 X-Git-Tag: v1.0.1~4 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FRO.git;a=commitdiff_plain;h=d55a4582879f1ae320f4be79fb87e1828549402a add git checkout to the apropiate tag v1.0 Signed-off-by: tierno --- diff --git a/scripts/install-openmano.sh b/scripts/install-openmano.sh index 85d3293b..ff627d38 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 tags/v1.0' + [[ -z $DEVELOP ]] && su $SUDO_USER -c 'cd openmano; git checkout tags/v1.0; cd ..' fi echo '