Update .gitlab-ci.yml file

This commit is contained in:
Adrien Bourmault 2022-10-10 16:35:27 +00:00
parent 3ce1817ed5
commit ba7b3404a7
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ test-job: # This job runs in the test stage.
echo "Test des zones $files."
fi
- [ -z "$files" ] && exit 1
- test -z "$files" && exit 1
deploy-job: # This job runs in the deploy stage.
stage: deploy # It only runs when *both* jobs in the test stage complete successfully.