Make sure we don't introduce SYSTEMTESTTOP anymore
':!.gitlab-ci.yml' is a pathspec pattern used to limit paths in the "git grep" command to all but the .gitlab-ci.yml file which includes the checked word itself. This requires Git 2.13.
This commit is contained in:
@@ -404,6 +404,7 @@ misc:
|
||||
- xmllint --noout --nonet `git ls-files '*.xml' '*.docbook'`
|
||||
- sh util/check-win32util-configure
|
||||
- sh util/check-categories.sh
|
||||
- if git grep SYSTEMTESTTOP -- ':!.gitlab-ci.yml'; then echo 'Please use relative paths instead of $SYSTEMTESTTOP.'; exit 1; fi
|
||||
needs: []
|
||||
artifacts:
|
||||
paths:
|
||||
|
||||
Reference in New Issue
Block a user