From 1c002ae9bc2a5c38f078550d993c229c32586ea8 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Mon, 13 Feb 2017 14:44:28 +0100 Subject: [pkg] fail on errors --- scripts/deploy/deploy_soledad_from_git | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/deploy/deploy_soledad_from_git') 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 -- cgit v1.2.3