From: Daniel Wagner Date: Wed, 20 Sep 2023 17:48:44 +0000 (+0200) Subject: build: abort CI builds on first error X-Git-Tag: v2.6~23 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=61594fcc681603a69d75147eb322c3cf26389d2f;p=users%2Fsagi%2Fnvme-cli.git build: abort CI builds on first error Do not continue to build and hide any errors. Signed-off-by: Daniel Wagner --- diff --git a/scripts/build.sh b/scripts/build.sh index 0053a16c..07b7aa83 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -1,4 +1,5 @@ #!/bin/bash +set -e usage() { echo "Usage: build.sh [-b [release|debug]] "