From d55a4582879f1ae320f4be79fb87e1828549402a Mon Sep 17 00:00:00 2001 From: tierno Date: Wed, 5 Oct 2016 15:21:28 +0000 Subject: [PATCH] add git checkout to the apropiate tag v1.0 Signed-off-by: tierno --- scripts/install-openmano.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ' -- 2.17.1