Update .gitlab-ci.yml file
This commit is contained in:
parent
ba7b3404a7
commit
a99490ce3c
|
@ -36,7 +36,7 @@ test-job: # This job runs in the test stage.
|
|||
echo "Test des zones $files."
|
||||
fi
|
||||
|
||||
- test -z "$files" && exit 1
|
||||
- test -z "$files" && echo yep
|
||||
|
||||
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