aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-02-05 16:36:16 +0100
committerGerd Hoffmann <kraxel@redhat.com>2020-02-05 16:36:16 +0100
commit8ac45618642966c32aac78d71d13cdccf6c12fd1 (patch)
treec6c9535defefe332285a899f68736daf603e624f
parentc7a14c49edaabbe75d5b5f9418818f6c45e35c35 (diff)
downloads2i-virtio-spec-8ac45618642966c32aac78d71d13cdccf6c12fd1.tar.gz
try catch errors
-rwxr-xr-xs2i/bin/assemble3
1 files changed, 2 insertions, 1 deletions
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