diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c7862d1..6abe657 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,7 +45,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="" + errors=0 for file in $files do echo "Construction de $file"