From 187dd3845bf79964469e10a60f45613beaf80327 Mon Sep 17 00:00:00 2001 From: Martin Desrumaux Date: Tue, 5 Jan 2021 15:49:25 +0100 Subject: [PATCH] docs(setup_lib.sh): add comment for context --- build/local/setup_lib.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build/local/setup_lib.sh b/build/local/setup_lib.sh index 6f532a3..c037a26 100755 --- a/build/local/setup_lib.sh +++ b/build/local/setup_lib.sh @@ -1,6 +1,7 @@ #!/bin/bash # Exit when any command fails +# We need to stop build if pip fails set -e for module in `ls /srv/lib/`; do -- 2.39.5