Update .gitlab-ci.yml file
This commit is contained in:
parent
535cc9a99a
commit
09704407f2
|
@ -49,6 +49,9 @@ deploiement: # This job runs in the deploy stage.
|
||||||
for file in $files
|
for file in $files
|
||||||
do
|
do
|
||||||
echo "Construction de $file"
|
echo "Construction de $file"
|
||||||
|
stl check $file -F &> /dev/null
|
||||||
|
stl check $file -F &> /dev/null
|
||||||
|
stl check $file -F &> /dev/null
|
||||||
stl log clean
|
stl log clean
|
||||||
stl wip $file | grep Err && errors=$((errors+1)) # error if err is read in standard output
|
stl wip $file | grep Err && errors=$((errors+1)) # error if err is read in standard output
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue