From 8ac45618642966c32aac78d71d13cdccf6c12fd1 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Wed, 5 Feb 2020 16:36:16 +0100 Subject: try catch errors --- s2i/bin/assemble | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/s2i/bin/assemble b/s2i/bin/assemble index 5585771..cb177bd 100755 --- a/s2i/bin/assemble +++ b/s2i/bin/assemble @@ -16,7 +16,8 @@ echo "---> Building virtio spec ..." SPECDOC="$SPECDOC-$OPENSHIFT_BUILD_REFERENCE"; fi; echo "-----> SPECDOC=$SPECDOC <-----"; - sh makeall.sh) + sh -e makepdf.sh + sh -e makehtml.sh) echo "---> Move docs output ..." mkdir output -- cgit