diff options
author | Kali Kaneko <kali@leap.se> | 2017-02-13 14:44:28 +0100 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-02-13 14:44:28 +0100 |
commit | 1c002ae9bc2a5c38f078550d993c229c32586ea8 (patch) | |
tree | 4864310903a3808f82877e0634ecb22970b9aa36 | |
parent | e600a7f57c177fa45c598d24248ef937f1d02e4b (diff) |
[pkg] fail on errors
-rwxr-xr-x | scripts/deploy/deploy_soledad_from_git | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/deploy/deploy_soledad_from_git b/scripts/deploy/deploy_soledad_from_git index 7e4ca29c..0f914199 100755 --- a/scripts/deploy/deploy_soledad_from_git +++ b/scripts/deploy/deploy_soledad_from_git @@ -6,6 +6,7 @@ # HOUSE!!!! # (c) LEAP, 2017 ###################################################### +set -e REMOTE=$1 BRANCH=$2 |