]> 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:02:28 +0000 (11:02 +0000)
.gitlab-ci.yml

index 7b83374f0b3aa3d54c84f4e66fabba52f2c34927..6c0e3d7378a1a61a292f6f716f907d66440bc0ed 100644 (file)
@@ -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: