diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7b83374f0b..6c0e3d7378 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: diff --git a/ChangeLog b/ChangeLog index d67d252bf3..d0de56f114 120000 --- a/ChangeLog +++ b/ChangeLog @@ -1 +1 @@ -CHANGES \ No newline at end of file +doc/arm/changelog.rst \ No newline at end of file