diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 56a3777..c44bc9d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -84,7 +84,7 @@ check-job: # This job runs in the deploy stage. fi count=$(echo $files | tr "\n" " " | wc -w) - linecount=$(( count * 3 + 3)) + linecount=$(( count * 5 + 3)) - echo "Vérification des zones $files..." - sudo grep named /var/log/syslog | tail -n $linecount | grep "reloading configuration succeeded" || exit 4