From 00dfb1de0f9e592bb2ac853b2e88976646edd0a3 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Tue, 25 Feb 2020 11:46:59 +0000 Subject: [PATCH] ci: Ensure run-check-todos.sh exits on the first error it encounters Signed-off-by: Philip Withnall --- .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.