From 0297af11deb33ead8604159b06a59d49a28454b4 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Fri, 12 Aug 2022 15:53:39 +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 7ba3698..bd7a993 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,6 +24,7 @@ synchro-et-tests: - files=$(git diff-tree --no-commit-id --name-only -r $CI_COMMIT_SHA|grep stl || ls *.stl) - cd /home/webmaster/site-chalec.org - |+ + errors= for file in $files do echo "Test de $file" @@ -41,6 +42,7 @@ deploiement: # This job runs in the deploy stage. - files=$(git diff-tree --no-commit-id --name-only -r $CI_COMMIT_SHA|grep stl || ls *.stl) - cd /home/webmaster/site-chalec.org - |+ + errors= for file in $files do echo "Construction de $file"