From fc1f72a8a24878794713866840de586307afb61e Mon Sep 17 00:00:00 2001 From: Yolanda Robla Date: Wed, 14 Aug 2019 16:39:51 +0200 Subject: [PATCH] Remove extra popd This is causing libvirt test to fail, as just one popd is needed. Signed-off-by: Yolanda Robla Change-Id: Ie8c7b613ad41dd5f6fe0965d6cc978a34abb0c74 --- ci/kni_deploy_libvirt.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/kni_deploy_libvirt.sh b/ci/kni_deploy_libvirt.sh index be99f33..f83c39d 100755 --- a/ci/kni_deploy_libvirt.sh +++ b/ci/kni_deploy_libvirt.sh @@ -74,7 +74,6 @@ if [ $STATUS -ne 0 ]; then exit 1 fi -popd popd exit $STATUS -- 2.16.6