summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0bf5b24898..8ccea58540 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -169,11 +169,7 @@ lint-submods-branch:
tags:
- lint
script:
- - |
- grep TBA libraries/*/changelog.md && (
- echo "Error: Found \"TBA\"s in changelogs."
- exit 1
- ) || exit 0
+ - bash .gitlab/linters/check-changelogs.sh
lint-changelogs:
extends: .lint-changelogs