add missing error checks
This commit is contained in:
parent
f27f0efb30
commit
b6dd84d808
7
builder
7
builder
@ -562,6 +562,9 @@ function compile ()
|
|||||||
fi
|
fi
|
||||||
sleep 1
|
sleep 1
|
||||||
done
|
done
|
||||||
|
if ! compiled; then
|
||||||
|
die "compilation failed"
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
find "$KFUnpublish" -type d -empty -delete
|
find "$KFUnpublish" -type d -empty -delete
|
||||||
@ -640,6 +643,10 @@ function brew ()
|
|||||||
fi
|
fi
|
||||||
sleep 1
|
sleep 1
|
||||||
done
|
done
|
||||||
|
if ! brewed; then
|
||||||
|
brew_cleanup
|
||||||
|
die "brewing failed"
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
publish_common
|
publish_common
|
||||||
|
Loading…
Reference in New Issue
Block a user