From 6886a38e7f5a03ac1f6c942641dc2325702bff62 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Mon, 29 Aug 2022 20:41:54 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9285f7c..96b81f8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,7 @@ synchro-et-tests: script: - |+ # Sync files with server - rsync -avzlh --delete * /home/webmaster/site-chalec.org/articles/ + rsync -avzlh --delete --filter='P sidebar/*' * /home/webmaster/site-chalec.org/articles/ - |+ # Check how many changed echo "Fichiers commités : $(git diff-tree --no-commit-id --name-only -r $CI_COMMIT_SHA)"