Update .gitlab-ci.yml file

This commit is contained in:
Adrien Bourmault 2022-08-12 15:38:25 +00:00
parent d23ce5f5a6
commit 29881493ff
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ synchro-et-tests:
stage: build stage: build
script: script:
- rsync -avzlh * /home/webmaster/site-chalec.org/articles/ - rsync -avzlh * /home/webmaster/site-chalec.org/articles/
- files=($(git diff-tree --no-commit-id --name-only -r $CI_COMMIT_SHA|grep stl || exit 0)) - files=($(git diff-tree --no-commit-id --name-only -r $CI_COMMIT_SHA|grep stl || ls *.stl))
- cd /home/webmaster/site-chalec.org - cd /home/webmaster/site-chalec.org
- |+ - |+
for file in $files for file in $files