Remove extra popd 10/1410/1
authorYolanda Robla <yroblamo@redhat.com>
Wed, 14 Aug 2019 14:39:51 +0000 (16:39 +0200)
committerYolanda Robla <yroblamo@redhat.com>
Wed, 14 Aug 2019 14:39:51 +0000 (16:39 +0200)
This is causing libvirt test to fail, as
just one popd is needed.

Signed-off-by: Yolanda Robla <yroblamo@redhat.com>
Change-Id: Ie8c7b613ad41dd5f6fe0965d6cc978a34abb0c74

ci/kni_deploy_libvirt.sh

index be99f33..f83c39d 100755 (executable)
@@ -74,7 +74,6 @@ if [ $STATUS -ne 0 ]; then
     exit 1
 fi
 
-popd
 popd
 
 exit $STATUS