Update .gitlab-ci.yml file
This commit is contained in:
parent
5ea4a72a05
commit
124b333a02
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue