summaryrefslogtreecommitdiffstats
path: root/test/ete/scripts/install_openstack_cli.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/ete/scripts/install_openstack_cli.sh')
-rwxr-xr-xtest/ete/scripts/install_openstack_cli.sh2
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
-