From 3c1384b95ba8c599ee6ae11fe59f7207cb37d2e6 Mon Sep 17 00:00:00 2001 From: curben Date: Tue, 28 May 2019 09:53:29 +0930 Subject: [PATCH] chore(commit): add 'set -e -x' --- utils/commit.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/commit.sh b/utils/commit.sh index 033936a5..15faddd2 100644 --- a/utils/commit.sh +++ b/utils/commit.sh @@ -1,5 +1,7 @@ #!/bin/sh +set -e -x + ## Commit the filter update ## GitLab CI does not permit shell variable in .gitlab-ci.yml.