Skip to content

Commit

Permalink
set bash flags
Browse files Browse the repository at this point in the history
Signed-off-by: sailesh duddupudi <[email protected]>
  • Loading branch information
saileshd1402 committed Dec 2, 2024
1 parent 87999f1 commit 0ee9ca5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/run-notebook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@

# This bash script is used to run the example notebooks

set -o errexit
set -o nounset
set -o pipefail

NOTEBOOK_INPUT=""
NOTEBOOK_OUTPUT=""
PAPERMILL_PARAMS=()
Expand Down

0 comments on commit 0ee9ca5

Please sign in to comment.