ci: Ensure run-check-todos.sh exits on the first error it encounters

Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall 2020-02-25 11:46:59 +00:00
parent 23d26cfe7e
commit 00dfb1de0f

View File

@ -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.