From 061553fa536d414dcfaeb609fea25b7c07d9a0cf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan-Simon=20M=C3=B6ller?= Date: Mon, 24 Apr 2017 22:18:17 +0200 Subject: [PATCH] Also make sure the lock file is gone MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: Iaee7cdf46ebd3eb0c6dd52e0923c2f416280ba63 Signed-off-by: Jan-Simon Möller --- jjb/common/include-agl-header.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jjb/common/include-agl-header.sh b/jjb/common/include-agl-header.sh index e2f527ee..259bcb27 100644 --- a/jjb/common/include-agl-header.sh +++ b/jjb/common/include-agl-header.sh @@ -140,9 +140,10 @@ set | grep ^MACHINE || true set -x -rm -rf ~/.gitconfig || true +rm -rf ~/.gitconfi* || true git config --global user.email "jenkins-dontreply@build.automotivelinux.org" +sync sleep 1 git config --global user.name "jenkins-dontreply@build.automotivelinux.org" -- 2.16.6