From d23ce5f5a67c1cef1d72a1fc8dade1ef025d9839 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Fri, 12 Aug 2022 15:35: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 b9d8392..ae194ca 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,7 @@ synchro-et-tests: script: - 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)) - - cd /home/webmaster/site-chalec.org/articles + - cd /home/webmaster/site-chalec.org - |+ for file in $files do @@ -36,8 +36,8 @@ synchro-et-tests: deploiement: # This job runs in the deploy stage. stage: deploy # It only runs when *both* jobs in the test stage complete successfully. script: - - cd /home/webmaster/site-chalec.org/articles - files=($(git diff-tree --no-commit-id --name-only -r $CI_COMMIT_SHA|grep stl || exit 0)) + - cd /home/webmaster/site-chalec.org - |+ for file in $files do