From 54fed589cca245c716492bcc78b574c30378b19c Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 7 Jun 2024 16:20:10 +0200 Subject: [PATCH] gitlab-ci: Set git safe.directory for devel repo BUG: https://bugzilla.samba.org/show_bug.cgi?id=15660 Signed-off-by: Andreas Schneider Reviewed-by: Stefan Metzmacher --- .gitlab-ci-main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci-main.yml b/.gitlab-ci-main.yml index b651e71da29..c56c84c89d4 100644 --- a/.gitlab-ci-main.yml +++ b/.gitlab-ci-main.yml @@ -147,6 +147,7 @@ include: - ccache -s # We are already running .gitlab-ci directives from this repo, remove additional checks that break our CI - git config --global --add safe.directory `pwd` + - git config --global --add safe.directory /builds/samba-team/devel/samba/.git after_script: - mount - df -h -- 2.47.2