Update .gitlab-ci.yml file
This commit is contained in:
parent
6e990c2c4d
commit
9a9b850a42
|
@ -29,7 +29,7 @@ test-job: # This job runs in the test stage.
|
|||
then
|
||||
files=$(find . -name "*.zone" -printf %P)
|
||||
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
|
||||
if [[ "$files" =~ .*"zone".* ]]
|
||||
then
|
||||
|
|
Loading…
Reference in New Issue