From 89c37c6e674b21492d6957cd1a0fb47fd3a15bdc Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Fri, 12 Aug 2022 15:46:48 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) 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