Update .gitlab-ci.yml file
This commit is contained in:
parent
2ba369cba9
commit
738a4e8380
|
@ -25,7 +25,7 @@ test-job: # This job runs in the test stage.
|
|||
script:
|
||||
- |+
|
||||
echo Recherche de zones à tester
|
||||
if [ ! -z "$CI_RELOAD" ] || [[ "$files" =~ .*"gitlab-ci.yml".* ]]
|
||||
if [[ ! -z "$CI_RELOAD" || "$files" =~ .*"gitlab-ci.yml".* ]]
|
||||
then
|
||||
files=$(find . -name "*.zone" -printf "%P ")
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue