From 094983aec67b5e58813cf89d731d052c48804bac Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonas=20H=C3=B6ppner?= <jonas.hoeppner@garz-fricke.com>
Date: Mon, 18 Mar 2024 13:05:47 +0000
Subject: [PATCH] git_config: Add "*" as safedir to omnit 'dubious ownership'
 error

---
 build-pipeline.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build-pipeline.yml b/build-pipeline.yml
index 62d1d3ab..6ada22ca 100644
--- a/build-pipeline.yml
+++ b/build-pipeline.yml
@@ -24,6 +24,7 @@ workflow:
 .setup_git_credentials: &setup_git_credentials
   - echo "Setup Git Credentials Cache"
   - git config --global credential.helper 'cache --timeout 86400'
+  - git config --global --add safe.directory "*"
   - while read -r credentials; do
       TOKEN_PATH=$(echo $credentials | cut -d':' -f1);
       USERNAME=$(echo $credentials | cut -d':' -f2);
-- 
GitLab