diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e958717..7ba3698 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,6 +30,7 @@ synchro-et-tests: stl check $file errors=$errors"\n"$(stl check $file | grep Err) # return false if error is read in standard output done + echo "Récapitulatif des erreurs" echo -e $errors | grep Err && false - echo "Fin des tests." @@ -46,6 +47,7 @@ deploiement: # This job runs in the deploy stage. stl wip $file errors=$errors"\n"$(stl wip $file | grep Err) # return false if error is read in standard output done + echo "Récapitulatif des erreurs" echo -e $errors | grep Err && false - stl sync - echo "Déploiement terminé." \ No newline at end of file