Update .gitlab-ci.yml file

This commit is contained in:
Adrien Bourmault 2022-10-10 17:04:54 +00:00
parent 6e990c2c4d
commit 9a9b850a42
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ test-job: # This job runs in the test stage.
then then
files=$(find . -name "*.zone" -printf %P) files=$(find . -name "*.zone" -printf %P)
else else
files=$(git diff-tree --no-commit-id --name-only -r $CI_COMMIT_SHA) files=$(git diff-tree --no-commit-id --name-only -r $CI_COMMIT_SHA | tr "\n" " ")
fi fi
if [[ "$files" =~ .*"zone".* ]] if [[ "$files" =~ .*"zone".* ]]
then then