diff options
author | Marco Platania <platania@research.att.com> | 2017-08-25 09:35:51 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2017-08-25 09:37:33 -0400 |
commit | e817131a63b9797d6850a0327646ea5a826500f9 (patch) | |
tree | 5783caea705064599b52a01fffe24f52b819b7a7 /boot | |
parent | 2bd5fa2e5fb5571e4608d10c25608d1f5e0f74c9 (diff) |
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 <platania@research.att.com>
Diffstat (limited to 'boot')
-rw-r--r-- | boot/portal_install.sh | 4 |
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 |