From 9086365158c244c9ed542d22fcfe9a53aaa67323 Mon Sep 17 00:00:00 2001
From: Jeremy Fee <jmfee@usgs.gov>
Date: Fri, 4 Sep 2020 19:03:17 -0600
Subject: [PATCH] Update bash command to be -ex

---
 scripts/ci_check_code.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/ci_check_code.sh b/scripts/ci_check_code.sh
index c7ab192e6..9177da920 100755
--- a/scripts/ci_check_code.sh
+++ b/scripts/ci_check_code.sh
@@ -1,4 +1,4 @@
-#! /bin/bash -x
+#! /bin/bash -ex
 
 PYTHON_VERSION=${PYTHON_VERSION:-"3.8"}
 
-- 
GitLab