Update .gitlab-ci.yml file
This commit is contained in:
parent
3ce1817ed5
commit
ba7b3404a7
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue