[glib: 3/5] ci: Ensure run-check-todos.sh exits on the first error it encounters



commit 00dfb1de0f9e592bb2ac853b2e88976646edd0a3
Author: Philip Withnall <withnall endlessm com>
Date:   Tue Feb 25 11:46:59 2020 +0000

    ci: Ensure run-check-todos.sh exits on the first error it encounters
    
    Signed-off-by: Philip Withnall <withnall endlessm com>

 .gitlab-ci/run-check-todos.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci/run-check-todos.sh b/.gitlab-ci/run-check-todos.sh
index d29cfbf9e..97a2ff7d6 100755
--- a/.gitlab-ci/run-check-todos.sh
+++ b/.gitlab-ci/run-check-todos.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-set +e
+set -e
 
 # We need to add a new remote for the upstream master, since this script could
 # be running in a personal fork of the repository which has out of date branches.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]