diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-11-21 02:44:28 -0500 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-12-02 11:56:54 -0500 |
commit | c500f652470d012fa432632ab122a12674bd9788 (patch) | |
tree | bba96665145c5e6d6d16659e5bc2c1dc37358f31 /.gitlab-ci.yml | |
parent | 038bedbc8daa842a4cd91a0da780d09c78c4984f (diff) | |
download | haskell-c500f652470d012fa432632ab122a12674bd9788.tar.gz |
gitlab-ci: Fix changelog linting logic
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7005469796..484f53b4df 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -166,7 +166,7 @@ lint-submods-branch: grep TBA libraries/*/changelog.md && ( echo "Error: Found \"TBA\"s in changelogs." exit 1 - ) + ) || exit 0 lint-changelogs: extends: .lint-changelogs |