mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
oneclick: Fail if the fab command fails.
This commit is contained in:
committed by
Tim Abbott
parent
ff647dff03
commit
c93024cd5b
@@ -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