Skip to content

Commit b7d00d7

Browse files
authored
Exiting PDF install script with error code if commands fail (opendatahub-io#1148)
* Exiting PDF install script with error code if commands fail * Changing to euxo, which gives better log output
1 parent 1a03fb2 commit b7d00d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jupyter/utils/install_pdf_deps.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
# Install dependencies required for Notebooks PDF exports
44

5+
set -euxo
6+
57
# tex live installation
68
echo "Installing TexLive to allow PDf export from Notebooks"
79
curl -L https://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz -o install-tl-unx.tar.gz

0 commit comments

Comments
 (0)