aboutsummaryrefslogtreecommitdiffstats
path: root/test/ete/scripts/install_openstack_cli.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/ete/scripts/install_openstack_cli.sh')
-rwxr-xr-xtest/ete/scripts/install_openstack_cli.sh4
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