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
|
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
|
||||||
|
|
Loading…
Reference in New Issue