mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-14 21:31:50 +00:00
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 <github@almeidx.dev>
This commit is contained in:
parent
d8c1a5791b
commit
b881245640
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
echo Updating Zeppelin...
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue