From: Jan-Simon Möller Date: Mon, 24 Apr 2017 20:18:17 +0000 (+0200) Subject: Also make sure the lock file is gone X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F21%2F9221%2F1;p=ci-management.git Also make sure the lock file is gone Change-Id: Iaee7cdf46ebd3eb0c6dd52e0923c2f416280ba63 Signed-off-by: Jan-Simon Möller --- 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"