Update .gitlab-ci.yml file

This commit is contained in:
Adrien Bourmault 2022-10-12 13:06:31 +00:00
parent 0c67d9a542
commit 6383ceb8e2
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ check-job: # This job runs in the deploy stage.
files=$(find . -name "*.zone" -printf "%P ") files=$(find . -name "*.zone" -printf "%P ")
fi fi
count=$(echo $files | wc -w) count=$(echo $files | tr "\n" " " | wc -w)
linecount=$(( count * 3 + 3)) linecount=$(( count * 3 + 3))
- echo "Vérification des zones $files..." - echo "Vérification des zones $files..."