]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Check dangling symlinks in the repository
authorMichal Nowak <mnowak@isc.org>
Tue, 18 Feb 2025 10:42:03 +0000 (11:42 +0100)
committerMichal Nowak <mnowak@isc.org>
Fri, 28 Feb 2025 11:07:57 +0000 (11:07 +0000)
(cherry picked from commit f3087f129986b4034ffe6949008a8738717ed6c4)

.gitlab-ci.yml

index cc044f9e47b48f5a7e36eaf93271cc9dd17d3c2b..2ee8d01b562ab82572ca00952f6df9a74468abab 100644 (file)
@@ -534,6 +534,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: