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"