From b89c557c4c93778bd3bad73d2647e5179c244045 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Fri, 12 Aug 2022 17:05:55 +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 1573327..64cc92e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,6 +30,7 @@ synchro-et-tests: for file in $files do echo "Test de $file" + stl log clean stl check $file | grep Err && errors=$((errors+1)) # error if err is read in standard output done [ $errors -gt 0 ] && false @@ -48,6 +49,7 @@ deploiement: # This job runs in the deploy stage. for file in $files do echo "Construction de $file" + stl log clean stl wip $file | grep Err && errors=$((errors+1)) # error if err is read in standard output done [ $errors -gt 0 ] && false