From b22c93aca200c6ebfcacf0795fbf207dc59dc717 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 3 Jul 2024 13:05:51 +0200 Subject: [PATCH] gitlab-ci: Also add the git directory for pipeline in the main mirror Signed-off-by: Andreas Schneider Reviewed-by: Jo Sutton Autobuild-User(master): Andreas Schneider Autobuild-Date(master): Thu Jul 4 08:08:49 UTC 2024 on atb-devel-224 (cherry picked from commit 93a3dd48d66786cb8765d3ce84ca9f3ad419ac88) --- .gitlab-ci-main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci-main.yml b/.gitlab-ci-main.yml index 1bf4dd0da17..7493000750e 100644 --- a/.gitlab-ci-main.yml +++ b/.gitlab-ci-main.yml @@ -148,6 +148,7 @@ include: # 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 + - git config --global --add safe.directory /builds/samba-team/samba/.git after_script: - mount - df -h -- 2.47.2