From 0793d6c94e9c8e71af02df2bd40524d3e7136e53 Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Wed, 6 Dec 2017 10:19:52 -0800 Subject: [PATCH] Use amsterdam branch heat template Change-Id: I62d502fb6c172aef88d7e379b654c559b7c641a4 Issue-ID: INT-278 Signed-off-by: Gary Wu --- test/ete/scripts/install_openstack_cli.sh | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.16.6