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