aboutsummaryrefslogtreecommitdiffci
diff options
from:
to:
context:
space:
mode:
authorGravatar Saya Andy <saya.andy@posteo.com> 2026-08-29 20:44:05 +0700
committerGravatar Saya Andy <saya.andy@posteo.com> 2026-08-29 20:44:05 +0700
commitbe4df85632298aba98c7d0dbc7f8ff1f4916146e (patch)
treec01d2cdf5a5c07a223126aa660873be86f7d1fbe
parent42b2b727ef8cf2875fc7deffa40e66de7bdfdd71 (diff)
downloadkiwi-descriptions-be4df85632298aba98c7d0dbc7f8ff1f4916146e.tar.gz
kiwi-descriptions-be4df85632298aba98c7d0dbc7f8ff1f4916146e.zip
fix: add project dir as safe directory for git
-rw-r--r--Jenkinsfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index b24512b..fa3f235 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -50,6 +50,7 @@ spec:
try {
sh '''
dnf --assumeyes install git kiwi kiwi-systemdeps distribution-gpg-keys
+ git config --global --add safe.directory .
git submodule update --init --recursive
./kiwi-build \\