diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-06-11 16:56:40 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-06-11 16:56:40 -0700 |
commit | 0c06b23e42e00e389ad654d23e7c70499202ab62 (patch) | |
tree | c02dcd854362e106c6c228d23ba6334d1dc364e0 /test/ete | |
parent | e41117cf02f3667de0161a5e917ce9380efd2d52 (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 'test/ete')
-rwxr-xr-x | test/ete/scripts/install_openstack_cli.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ete/scripts/install_openstack_cli.sh b/test/ete/scripts/install_openstack_cli.sh index caa291bdd..70d130e50 100755 --- a/test/ete/scripts/install_openstack_cli.sh +++ b/test/ete/scripts/install_openstack_cli.sh @@ -38,10 +38,10 @@ if [ -z "$ONAP_WORKDIR" ]; then fi echo "ONAP_WORKDIR=${ONAP_WORKDIR}" if [ ! -d ${ONAP_WORKDIR}/demo ]; then - git clone -b beijing https://gerrit.onap.org/r/demo ${ONAP_WORKDIR}/demo + git clone -b 2.0.0-ONAP https://gerrit.onap.org/r/demo ${ONAP_WORKDIR}/demo else pushd ${ONAP_WORKDIR}/demo - git checkout beijing + git checkout 2.0.0-ONAP git pull popd fi |