diff options
-rwxr-xr-x | test/ete/scripts/install_openstack_cli.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ete/scripts/install_openstack_cli.sh b/test/ete/scripts/install_openstack_cli.sh index 60ca1541c..558efa2e2 100755 --- a/test/ete/scripts/install_openstack_cli.sh +++ b/test/ete/scripts/install_openstack_cli.sh @@ -45,7 +45,7 @@ if [ ! -d ${ONAP_WORKDIR}/demo ]; then else pushd ${ONAP_WORKDIR}/demo git checkout amsterdam + git reset --hard git pull popd fi - |