diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-12-06 10:19:52 -0800 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2017-12-06 10:22:10 -0800 |
commit | 0793d6c94e9c8e71af02df2bd40524d3e7136e53 (patch) | |
tree | 572e8fd6a6a52a2022df3e8f6f0b4f170098c630 | |
parent | e368e572b9370d0ffb2ff0fda2d4fc5ac3077cc4 (diff) |
Use amsterdam branch heat template
Change-Id: I62d502fb6c172aef88d7e379b654c559b7c641a4
Issue-ID: INT-278
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rwxr-xr-x | test/ete/scripts/install_openstack_cli.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/ete/scripts/install_openstack_cli.sh b/test/ete/scripts/install_openstack_cli.sh index a6a0438f9..60ca1541c 100755 --- a/test/ete/scripts/install_openstack_cli.sh +++ b/test/ete/scripts/install_openstack_cli.sh @@ -39,8 +39,12 @@ fi echo "ONAP_WORKDIR=${ONAP_WORKDIR}" if [ ! -d ${ONAP_WORKDIR}/demo ]; then git clone https://gerrit.onap.org/r/demo ${ONAP_WORKDIR}/demo + pushd ${ONAP_WORKDIR}/demo + git checkout amsterdam + popd else pushd ${ONAP_WORKDIR}/demo + git checkout amsterdam git pull popd fi |