Update .gitlab-ci.yml file

This commit is contained in:
Adrien Bourmault 2022-10-10 16:52:54 +00:00
parent 79856cbeae
commit ca1b4c0889
1 changed files with 1 additions and 1 deletions

View File

@ -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"