mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 06:55:30 +00:00
Check dangling symlinks in the repository
(cherry picked from commit f3087f1299
)
This commit is contained in:
@@ -529,6 +529,8 @@ misc:
|
|||||||
- if git grep SYSTEMTESTTOP -- ':!.gitlab-ci.yml'; then echo 'Please use relative paths instead of $SYSTEMTESTTOP.'; exit 1; fi
|
- 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/unused-headers.sh
|
||||||
- bash util/xmllint-html.sh
|
- bash util/xmllint-html.sh
|
||||||
|
# Check dangling symlinks in the repository
|
||||||
|
- if find . -xtype l | grep .; then exit 1; fi
|
||||||
needs: []
|
needs: []
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
Reference in New Issue
Block a user