From: Yolanda Robla Date: Wed, 14 Aug 2019 14:39:51 +0000 (+0200) Subject: Remove extra popd X-Git-Tag: akraino_r2~32 X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F10%2F1410%2F1;p=kni%2Finstaller.git Remove extra popd This is causing libvirt test to fail, as just one popd is needed. Signed-off-by: Yolanda Robla Change-Id: Ie8c7b613ad41dd5f6fe0965d6cc978a34abb0c74 --- 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