mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 19:44:09 +01:00
remove -e
This commit is contained in:
parent
7895705f61
commit
b21d7bc5f1
|
|
@ -7,7 +7,6 @@ pr="$PULL_REQUEST_NUMBER"
|
||||||
|
|
||||||
echo -e "+++ \033[32mChecking newsfragments for PR #$pr\033[m"
|
echo -e "+++ \033[32mChecking newsfragments for PR #$pr\033[m"
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
failed=0
|
failed=0
|
||||||
matched=0
|
matched=0
|
||||||
|
|
@ -29,7 +28,6 @@ find changelogs -regex '.*/[0-9]+\.[^/]+$' | while read f; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
||||||
if [[ -n "$pr" && "$matched" -eq 0 ]]; then
|
if [[ -n "$pr" && "$matched" -eq 0 ]]; then
|
||||||
echo -e "\e[31mERROR: Did not find a news fragment with the right number: expected changelogs/*/newsfragments/$pr.*\e[39m" >&2
|
echo -e "\e[31mERROR: Did not find a news fragment with the right number: expected changelogs/*/newsfragments/$pr.*\e[39m" >&2
|
||||||
failed=1
|
failed=1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue