Abort execution if there is any error running scripts

This commit is contained in:
Manuel de Brito Fontes 2018-08-30 15:12:00 -03:00
parent 3cb886c497
commit be0fdc620f
5 changed files with 22 additions and 14 deletions

View file

@ -14,6 +14,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
set -o errexit
set -o pipefail
if ! [ -z $DEBUG ]; then
set -x
fi