From 1dd86be88933e366c9a7deec3d71f15facafb981 Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Fri, 6 Mar 2026 23:53:25 +0100 Subject: [PATCH] asd --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 068239b..835b16f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -40,7 +40,7 @@ default: # --- Sync Workspace (ohne config/) --- echo "🔁 Sync Workspace → ${TARGET_PATH} (ohne config/)" chmod -R u+rwX,go+rX "${TARGET_PATH}" || true - rsync -a --delete \ + rsync -a --delete --inplace \ --no-owner --no-group --no-perms --omit-dir-times \ --chmod=Du=rwx,Dgo=rx,Fu=rw,Fgo=r \ --exclude=".git" \ @@ -73,7 +73,7 @@ default: echo "🔁 Sync .ci_config_deploy/ → ${TARGET_PATH}${CONFIG_BASE_DIR}/" mkdir -p "${TARGET_PATH}${CONFIG_BASE_DIR}/" - rsync -a --delete \ + rsync -a --delete --inplace \ --no-owner --no-group --no-perms --omit-dir-times \ --chmod=Du=rwx,Dgo=rx,Fu=rw,Fgo=r \ --exclude=".gitkeep" \