diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-02-05 16:36:16 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-02-05 16:36:16 +0100 |
commit | 8ac45618642966c32aac78d71d13cdccf6c12fd1 (patch) | |
tree | c6c9535defefe332285a899f68736daf603e624f | |
parent | c7a14c49edaabbe75d5b5f9418818f6c45e35c35 (diff) | |
download | s2i-virtio-spec-8ac45618642966c32aac78d71d13cdccf6c12fd1.tar.gz |
try catch errors
-rwxr-xr-x | s2i/bin/assemble | 3 |
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 |