aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Platania <platania@research.att.com>2017-08-23 09:11:10 -0400
committerMarco Platania <platania@research.att.com>2017-08-23 09:11:10 -0400
commiteb0c348a4baf6fd2026a7a3953d8f754ff71a1bf (patch)
tree4f4fff7b22561149ee5102ee0346c0d50bf5e296
parentc2c9a348183cce409c401ebf7cf104be7438abd0 (diff)
Change Portal Gerrit branch
- Change the Portal Gerrit branch to release-1.1.0 - Hardcode the branch name to reflect recent cut - Temporary fix, waiting for other teams to cut the release Change-Id: I1914280d6d68884d20a52c845f7ad74837128983 Issue-ID: PORTAL-75 Signed-off-by: Marco Platania <platania@research.att.com>
-rw-r--r--boot/portal_install.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/boot/portal_install.sh b/boot/portal_install.sh
index 9e7ef2b5..e25118cb 100644
--- a/boot/portal_install.sh
+++ b/boot/portal_install.sh
@@ -93,5 +93,8 @@ 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