aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-agl-header.sh
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-04-24 22:18:17 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-04-24 22:18:17 +0200
commit061553fa536d414dcfaeb609fea25b7c07d9a0cf (patch)
treeaf6dafecee395e2d920ebd8c4bdf59530a98445c /jjb/common/include-agl-header.sh
parentad6b8759c58ac85c90c1cbe771dec1773da2214b (diff)
Also make sure the lock file is gone
Change-Id: Iaee7cdf46ebd3eb0c6dd52e0923c2f416280ba63 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/common/include-agl-header.sh')
-rw-r--r--jjb/common/include-agl-header.sh3
1 files changed, 2 insertions, 1 deletions
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"