mirror of https://github.com/zulip/zulip.git
oneclick: Fail if the fab command fails.
This commit is contained in:
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",
|
||||
|
|
Loading…
Reference in New Issue