From ccc2127e361e37a4fd4ac9ce462977219e492fe7 Mon Sep 17 00:00:00 2001
From: Paul Gessinger <paul.gessinger@cern.ch>
Date: Fri, 31 Jan 2025 20:54:22 +0100
Subject: [PATCH] safe directory

---
 athena_ci/ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/athena_ci/ci.yml b/athena_ci/ci.yml
index cd9b065e..61e2ae4c 100644
--- a/athena_ci/ci.yml
+++ b/athena_ci/ci.yml
@@ -43,6 +43,7 @@ build_geomodel_athena:
   script:
     - git config --global user.name gitlab
     - git config --global user.email cijob@example.com
+    - git config --global --add safe.directory /builds/GeoModelDev/GeoModel
 
     # @TODO: Change to tag or something
     - git clone https://gitlab.cern.ch/acts/acts-athena-ci.git -b new-outer-script acts-athena-ci
-- 
GitLab