From 061553fa536d414dcfaeb609fea25b7c07d9a0cf Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Mon, 24 Apr 2017 22:18:17 +0200 Subject: Also make sure the lock file is gone MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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(-) (limited to 'jjb/common/include-agl-header.sh') 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" -- cgit 1.2.3-korg