From bc5b07b18553dad6a88962e52fd29acc6549c5cd Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Sat, 13 Aug 2022 23:55:42 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0f3699f..079cc48 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,7 +23,7 @@ synchro-et-tests: - rsync -avzlh * /home/webmaster/site-a-lec.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-a-lec.org - |+ errors=0 @@ -49,7 +49,7 @@ deploiement: # This job runs in the deploy stage. script: - |+ 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-a-lec.org - |+ errors=0