From 7ac6468db484f4aa99bc2546d7052e400a5bdae7 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Mon, 17 Oct 2022 16:47:20 +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 7804eb1..e4be191 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,7 @@ synchro-et-tests: script: - |+ # Sync files with server - rsync -avzlh . /home/webmaster/site-a-lec.org/articles --filter='P sidebar/*' --delete + rsync -avzlh . /home/webmaster/site-a-lec.org/articles --exclude=".[!.]*" --filter='P sidebar/*' --delete - |+ # Check how many changed echo "Fichiers commités : $(git diff-tree --no-commit-id --name-only -r $CI_COMMIT_SHA)"