From: Michal Nowak Date: Mon, 3 Jan 2022 09:34:19 +0000 (+0100) Subject: Drop xmllint check from misc CI job X-Git-Tag: v9.17.22~18^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1f64be281132e0c9c59e6238b046b17570899d4d;p=thirdparty%2Fbind9.git Drop xmllint check from misc CI job There are no XML or docbook files in the "main" source tree to be checked and the xmllint command just prints out a usage message. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 02896a302a4..70bca788c18 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -409,7 +409,6 @@ misc: - rm util/newcopyrights - perl -w util/update_copyrights < util/copyrights - if test "$(git status --porcelain | grep -Ev '\?\?' | wc -l)" -gt "0"; then git status --short; exit 1; fi - - xmllint --noout --nonet `git ls-files '*.xml' '*.docbook'` - sh util/check-categories.sh - if git grep SYSTEMTESTTOP -- ':!.gitlab-ci.yml'; then echo 'Please use relative paths instead of $SYSTEMTESTTOP.'; exit 1; fi - bash util/unused-headers.sh