aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--boot/portal_install.sh4
1 files changed, 1 insertions, 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