From 101ae0a3617c45383c6628ad80f05bef1ba74d11 Mon Sep 17 00:00:00 2001 From: Pablo Curiel Date: Mon, 15 Apr 2024 14:47:48 +0200 Subject: [PATCH] Update build.sh --- build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index b36104e..3e5ff23 100644 --- a/build.sh +++ b/build.sh @@ -1,6 +1,8 @@ #!/bin/bash ARG=${1:-'--confirm'} +set -e + cd "$(dirname "${BASH_SOURCE[0]}")" # Clean-up from last build