Update .gitlab-ci.yml file
This commit is contained in:
parent
cf1edd462f
commit
2215c1494b
|
@ -38,6 +38,7 @@ test-job: # This job runs in the test stage.
|
|||
echo "Test des zones $files."
|
||||
else
|
||||
echo "Pas de fichier de zone à tester"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
deploy-job: # This job runs in the deploy stage.
|
||||
|
|
Loading…
Reference in New Issue