From e817131a63b9797d6850a0327646ea5a826500f9 Mon Sep 17 00:00:00 2001 From: Marco Platania Date: Fri, 25 Aug 2017 09:35:51 -0400 Subject: [PATCH] Clone Portal repo from master branch - Update portal_install.sh to clone the master branch Change-Id: Ic5045d487dfb6ed38a61e7021b9a56ccee1eed62 Issue-ID: PORTAL-75 Signed-off-by: Marco Platania --- boot/portal_install.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/boot/portal_install.sh b/boot/portal_install.sh index e25118cb..0d54565e 100644 --- a/boot/portal_install.sh +++ b/boot/portal_install.sh @@ -93,8 +93,6 @@ resolvconf -u # Clone Gerrit repository and run docker containers mkdir -p /PROJECT/OpenSource/UbuntuEP/logs cd /opt -#git clone -b $GERRIT_BRANCH --single-branch $CODE_REPO +git clone -b $GERRIT_BRANCH --single-branch $CODE_REPO -#PORTAL ALREADY IS AT RELEASE-1.1.0. HARDCODE THE BRANCH NAME. THIS IS A TEMPORARY SOLUTION. -git clone -b release-1.1.0 --single-branch $CODE_REPO ./portal_vm_init.sh \ No newline at end of file -- 2.16.6