diff options
-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 |