commit | 39ae6f4b4fa5504f5ee784e1b939aae0cb072901 | [log] [tgz] |
---|---|---|
author | Gary Wu <gary.i.wu@huawei.com> | Thu Jun 07 16:32:14 2018 -0700 |
committer | Gary Wu <gary.i.wu@huawei.com> | Thu Jun 07 16:32:14 2018 -0700 |
tree | da6f78a38725330b0a03975533248b4c90f7b46f | |
parent | 21203341387259fbc069cb456ad4e47afcf4951f [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>
diff --git a/deployment/heat/onap-oom/rancher_vm_entrypoint.sh b/deployment/heat/onap-oom/rancher_vm_entrypoint.sh index e44e20c..399a8ed 100644 --- a/deployment/heat/onap-oom/rancher_vm_entrypoint.sh +++ b/deployment/heat/onap-oom/rancher_vm_entrypoint.sh
@@ -189,7 +189,7 @@ # 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"