Skip to content
Snippets Groups Projects
Commit 338f0cc7 authored by Ben Gamari's avatar Ben Gamari
Browse files

gitlab-ci: Fix changelog linting logic

parent fe44ca4f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment