From e855ee67580ec5a93c5995908e97dd692a038a65 Mon Sep 17 00:00:00 2001 From: Albert Santoni Date: Mon, 29 Jun 2015 16:49:16 -0400 Subject: [PATCH] Use bash -e in build script --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 0a16dcdab..5c785c1dc 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/bash -e composer install git rev-parse HEAD > VERSION