summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2017-02-13 14:44:28 +0100
committerKali Kaneko <kali@leap.se>2017-02-13 14:44:28 +0100
commit1c002ae9bc2a5c38f078550d993c229c32586ea8 (patch)
tree4864310903a3808f82877e0634ecb22970b9aa36
parente600a7f57c177fa45c598d24248ef937f1d02e4b (diff)
[pkg] fail on errors
-rwxr-xr-xscripts/deploy/deploy_soledad_from_git1
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