Update .gitlab-ci.yml file

This commit is contained in:
Adrien Bourmault 2022-08-13 23:48:12 +00:00
parent 6c3bad8a01
commit 033a456207
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ synchro-et-tests:
do
echo "Test de $file"
stl log clean
stl check $file | grep -e "Err" -e "erreur de" -e "Aucun fichier" && errors=$((errors+1)) # error if err is read in standard output
stl check -F $file | grep -e "Err" -e "erreur de" -e "Aucun fichier" && errors=$((errors+1)) # error if err is read in standard output
done
[ $errors -gt 0 ] && false
for file in $files