From 028ee3a796e4c1eb819906b0e7b71d9b22c33587 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Wed, 16 Aug 2023 16:55:49 +0200 Subject: [PATCH] Release script, do not exit in case of error. --- tools/release/release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/release/release.sh b/tools/release/release.sh index 9934f43610..20005d2816 100755 --- a/tools/release/release.sh +++ b/tools/release/release.sh @@ -16,8 +16,8 @@ # limitations under the License. # -# exit when any command fails -set -e +# do not exit when any command fails (issue with git flow) +set +e printf "\n================================================================================\n" printf "| Welcome to the release script! |\n"