Update .gitlab-ci.yml

This commit is contained in:
Adrien Bourmault 2022-08-14 08:52:16 +00:00
parent 178a9f94a2
commit e64e9dad4c
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ synchro-et-tests:
- |+ - |+
files="" files=""
files=$(git diff-tree --no-commit-id --name-only -r $CI_COMMIT_SHA | grep stl || find . -name "*.stl") files=$(git diff-tree --no-commit-id --name-only -r $CI_COMMIT_SHA | grep stl || find . -name "*.stl")
echo -e "Test de : \n $files"
- cd /home/webmaster/site-a-lec.org - cd /home/webmaster/site-a-lec.org
- |+ - |+
errors=0 errors=0