Update .gitlab-ci.yml file

This commit is contained in:
Adrien Bourmault 2022-08-13 23:55:59 +00:00
parent 124b333a02
commit 9647510783
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ synchro-et-tests:
- rsync -avzlh * /home/webmaster/site-chalec.org/articles/
- |+
files=""
files=$(git diff-tree --no-commit-id --name-only -r $CI_COMMIT_SHA | grep stl || ls *.stl)
files=$(git diff-tree --no-commit-id --name-only -r $CI_COMMIT_SHA | grep stl || find . -name "*.stl")
- cd /home/webmaster/site-chalec.org
- |+
errors=0