aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/heat/onap-oom/rancher_vm_entrypoint.sh
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-06-07 16:32:14 -0700
committerGary Wu <gary.i.wu@huawei.com>2018-06-07 23:35:27 +0000
commita65e6aba1a4e91d9a208064bc48150b012257b6a (patch)
treed8403ee5e1624795e51368f952148d0b0df318d4 /deployment/heat/onap-oom/rancher_vm_entrypoint.sh
parentacd53e636a2b63df313c80023c2b39a42f6a50dc (diff)
Change deploy scripts to use beijing branch
Change-Id: Ifb684bd389c1ff61a9a9e5c8ed522cec04ffb627 Issue-ID: INT-506 Signed-off-by: Gary Wu <gary.i.wu@huawei.com> (cherry picked from commit 39ae6f4b4fa5504f5ee784e1b939aae0cb072901)
Diffstat (limited to 'deployment/heat/onap-oom/rancher_vm_entrypoint.sh')
-rw-r--r--deployment/heat/onap-oom/rancher_vm_entrypoint.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/heat/onap-oom/rancher_vm_entrypoint.sh b/deployment/heat/onap-oom/rancher_vm_entrypoint.sh
index e44e20ccd..399a8edda 100644
--- a/deployment/heat/onap-oom/rancher_vm_entrypoint.sh
+++ b/deployment/heat/onap-oom/rancher_vm_entrypoint.sh
@@ -189,7 +189,7 @@ git config --global log.decorate auto
# Clone OOM:
cd ~
-git clone -b master http://gerrit.onap.org/r/oom
+git clone -b beijing http://gerrit.onap.org/r/oom
cd oom
git log -1
git tag -a "deploy0" -m "initial deployment"