From: Michal Nowak Date: Tue, 28 Jul 2020 12:42:55 +0000 (+0200) Subject: Make sure we don't introduce SYSTEMTESTTOP anymore X-Git-Tag: v9.17.4~27^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=954731cfa371bd007c935979234ff977fb05e165;p=thirdparty%2Fbind9.git 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. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e77012fb391..dcae7979db7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: