Debugging around the git config lock 23/9223/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Mon, 24 Apr 2017 20:30:51 +0000 (22:30 +0200)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Mon, 24 Apr 2017 20:30:51 +0000 (22:30 +0200)
Change-Id: Ieb08dfaa7414aa5e5b729e3aebb9a27b8386f01d
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
jjb/common/include-agl-header.sh

index 259bcb2..ac7acd6 100644 (file)
@@ -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