From: Michal Nowak Date: Tue, 18 Feb 2025 10:42:03 +0000 (+0100) Subject: Check dangling symlinks in the repository X-Git-Tag: ondrej/lock-free-qpzone-reads-v1~13^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3087f129986b4034ffe6949008a8738717ed6c4;p=thirdparty%2Fbind9.git Check dangling symlinks in the repository --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7b83374f0b3..6c0e3d7378a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -528,6 +528,8 @@ misc: - if git grep SYSTEMTESTTOP -- ':!.gitlab-ci.yml'; then echo 'Please use relative paths instead of $SYSTEMTESTTOP.'; exit 1; fi - bash util/unused-headers.sh - bash util/xmllint-html.sh + # Check dangling symlinks in the repository + - if find . -xtype l | grep .; then exit 1; fi needs: [] artifacts: paths: