Update .gitlab-ci.yml file
This commit is contained in:
parent
6c3bad8a01
commit
033a456207
|
@ -31,7 +31,7 @@ synchro-et-tests:
|
||||||
do
|
do
|
||||||
echo "Test de $file"
|
echo "Test de $file"
|
||||||
stl log clean
|
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
|
done
|
||||||
[ $errors -gt 0 ] && false
|
[ $errors -gt 0 ] && false
|
||||||
for file in $files
|
for file in $files
|
||||||
|
|
Loading…
Reference in New Issue