summaryrefslogtreecommitdiffstats
path: root/deployment/heat/onap-oom/rancher_vm_entrypoint.sh
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-06-11 16:56:40 -0700
committerGary Wu <gary.i.wu@huawei.com>2018-06-11 16:56:40 -0700
commit0c06b23e42e00e389ad654d23e7c70499202ab62 (patch)
treec02dcd854362e106c6c228d23ba6334d1dc364e0 /deployment/heat/onap-oom/rancher_vm_entrypoint.sh
parente41117cf02f3667de0161a5e917ce9380efd2d52 (diff)
Use 2.0.0-ONAP tag instead beijing branch2.0.0-ONAP2.0.0-ONAP
To ensure reproducible deployments, change gerrit branches to 2.0.0-ONAP tag instead of using the beijing branch since the beijing branches are not locked. Change-Id: I1becd46c10b3ea5b2e2adb2ff32f2a577b756559 Issue-ID: INT-506 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
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 5c75a5dc2..5a27c266f 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 beijing http://gerrit.onap.org/r/oom
+git clone -b 2.0.0-ONAP http://gerrit.onap.org/r/oom
cd oom
git log -1
git tag -a "deploy0" -m "initial deployment"