mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 03:41:58 +00:00
oneclick: Fail if the fab command fails.
(cherry picked from commit c93024cd5b)
This commit is contained in:
@@ -107,7 +107,7 @@ def create_dns_records(droplet: digitalocean.Droplet) -> None:
|
||||
|
||||
|
||||
def setup_one_click_app_installer(droplet: digitalocean.Droplet) -> None:
|
||||
subprocess.call(
|
||||
subprocess.check_call(
|
||||
[
|
||||
"fab",
|
||||
"build_image",
|
||||
|
||||
Reference in New Issue
Block a user