From b8812456409cc2328f4c00ede1b38fcbdf07365d Mon Sep 17 00:00:00 2001 From: rubyowo Date: Thu, 28 Dec 2023 20:36:56 +0000 Subject: [PATCH] feat: make update script exit if one of the commands fail (#415) * feat: make update script fail if merge conflict * stop on first error with bash command --------- Co-authored-by: Almeida --- update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/update.sh b/update.sh index 676f1449..1769c3c9 100755 --- a/update.sh +++ b/update.sh @@ -1,4 +1,5 @@ #!/bin/bash +set -e echo Updating Zeppelin...