diff options
author | Ben Sima <ben@bsima.me> | 2021-01-08 23:36:39 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-01-08 23:36:39 -0500 |
commit | 8ebaba711f62e026663b0bd4562c79695c79ec4c (patch) | |
tree | 1500031f887dbecb14d5be16106e7a07c718b18b /Biz/Bild/ShellHook.sh | |
parent | ebefbd5ef277ac090021fd56f1eb6e75ed6e1f7c (diff) |
Don't ship if bild fails
Diffstat (limited to 'Biz/Bild/ShellHook.sh')
-rw-r--r-- | Biz/Bild/ShellHook.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Biz/Bild/ShellHook.sh b/Biz/Bild/ShellHook.sh index 79a20f4..f545e27 100644 --- a/Biz/Bild/ShellHook.sh +++ b/Biz/Bild/ShellHook.sh @@ -73,7 +73,7 @@ function ship() { # Hero/Prod.nix # disabled bc herocomcis.app domain is broken ) fi - bild ${stuff[@]} + bild ${stuff[@]} && \ for thing in ${stuff[@]} do push $thing |