From: Jan-Simon Möller Date: Mon, 24 Apr 2017 20:30:51 +0000 (+0200) Subject: Debugging around the git config lock X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=bca6f2256f8c5c9bd57dae256c2f0b169e1871d1;p=ci-management.git Debugging around the git config lock Change-Id: Ieb08dfaa7414aa5e5b729e3aebb9a27b8386f01d Signed-off-by: Jan-Simon Möller --- diff --git a/jjb/common/include-agl-header.sh b/jjb/common/include-agl-header.sh index 259bcb27..ac7acd62 100644 --- a/jjb/common/include-agl-header.sh +++ b/jjb/common/include-agl-header.sh @@ -145,6 +145,8 @@ rm -rf ~/.gitconfi* || true git config --global user.email "jenkins-dontreply@build.automotivelinux.org" sync sleep 1 +ls -alh ~/.gitconfi* +rm -rf ~/.gitconfig.lock || true git config --global user.name "jenkins-dontreply@build.automotivelinux.org" set +x