diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-06-07 16:32:14 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-06-07 23:35:27 +0000 |
commit | a65e6aba1a4e91d9a208064bc48150b012257b6a (patch) | |
tree | d8403ee5e1624795e51368f952148d0b0df318d4 /test | |
parent | acd53e636a2b63df313c80023c2b39a42f6a50dc (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 'test')
-rwxr-xr-x | test/ete/scripts/install_openstack_cli.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/ete/scripts/install_openstack_cli.sh b/test/ete/scripts/install_openstack_cli.sh index 842034eef..caa291bdd 100755 --- a/test/ete/scripts/install_openstack_cli.sh +++ b/test/ete/scripts/install_openstack_cli.sh @@ -38,9 +38,10 @@ if [ -z "$ONAP_WORKDIR" ]; then fi echo "ONAP_WORKDIR=${ONAP_WORKDIR}" if [ ! -d ${ONAP_WORKDIR}/demo ]; then - git clone https://gerrit.onap.org/r/demo ${ONAP_WORKDIR}/demo + git clone -b beijing https://gerrit.onap.org/r/demo ${ONAP_WORKDIR}/demo else pushd ${ONAP_WORKDIR}/demo + git checkout beijing git pull popd fi |