diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-11-21 02:44:28 -0500 |
---|---|---|
committer | Ben Gamari <ben@well-typed.com> | 2019-12-01 17:06:42 -0500 |
commit | 2c9b1c7700910e89fa0cfbfd1f9969a0f80d9ab0 (patch) | |
tree | a0f17b8581c5ab0e910fd9603eb404e8f967f348 | |
parent | 2b113fc957a3fb6eafd10ad41a7caf11009ef4eb (diff) | |
download | haskell-wip/fix-changelog-linting.tar.gz |
gitlab-ci: Fix changelog linting logicwip/fix-changelog-linting
-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 56c81ab963..8ec3c3b70f 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 |