Code Review
/
kni
/
installer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
9469bec
)
Remove extra popd
10/1410/1
author
Yolanda Robla
<yroblamo@redhat.com>
Wed, 14 Aug 2019 14:39:51 +0000
(16:39 +0200)
committer
Yolanda 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
patch
|
blob
|
history
diff --git
a/ci/kni_deploy_libvirt.sh
b/ci/kni_deploy_libvirt.sh
index
be99f33
..
f83c39d
100755
(executable)
--- 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