add git checkout to the apropiate tag v1.0 12/512/1
authortierno <alfonso.tiernosepulveda@telefonica.com>
Wed, 5 Oct 2016 15:21:28 +0000 (15:21 +0000)
committertierno <alfonso.tiernosepulveda@telefonica.com>
Wed, 5 Oct 2016 15:43:08 +0000 (15:43 +0000)
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
scripts/install-openmano.sh

index 85d3293..ff627d3 100755 (executable)
@@ -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 '