Update .gitlab-ci.yml file
This commit is contained in:
parent
79856cbeae
commit
ca1b4c0889
|
@ -25,7 +25,7 @@ test-job: # This job runs in the test stage.
|
|||
script:
|
||||
- |+
|
||||
files=
|
||||
if [ -z "$CI_COMMIT_SHA" ]
|
||||
if [ ! -z "$CI_COMMIT_SHA" ]
|
||||
then
|
||||
files=$(find . -name "*.zone" -printf %P)
|
||||
echo "Pipeline régulier"
|
||||
|
|
Loading…
Reference in New Issue