From 73fc63427f511267f524198b9bf410e9b51351bd Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Fri, 8 Dec 2017 20:19:30 -0800 Subject: Avoid git pull failure when workdir has changes Change-Id: I1f304307b1c5dd25a2aa483e0ead3a28f2111a68 Issue-ID: INT-278 Signed-off-by: Gary Wu --- test/ete/scripts/install_openstack_cli.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 - -- cgit 1.2.3-korg