Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit bd9806f9 authored by Robert Nelson's avatar Robert Nelson
Browse files

chroot: just a guess whey jenkins has gone bizerk..


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 26178300
Branches
Tags
No related merge requests found
...@@ -199,7 +199,9 @@ chroot_umount () { ...@@ -199,7 +199,9 @@ chroot_umount () {
chroot_umount_failure () { chroot_umount_failure () {
chroot_umount chroot_umount
exit 1 if [ ! -f ${DIR}/jenkins.build ] ; then
exit 1
fi
} }
trap chroot_umount_failure EXIT trap chroot_umount_failure EXIT
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment