3
0
Fork 0
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:
rubyowo 2023-12-28 20:36:56 +00:00 committed by GitHub
parent d8c1a5791b
commit b881245640
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,5 @@
#!/bin/bash
set -e
echo Updating Zeppelin...