Debug issue on git config 41/8841/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Fri, 17 Mar 2017 21:31:13 +0000 (22:31 +0100)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Fri, 17 Mar 2017 21:31:13 +0000 (22:31 +0100)
Change-Id: Ie118beac98486f12ba5ff7601bd32ff3f0fe07d2
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
jjb/common/include-agl-header.sh

index 0a10c1a..f3287e9 100644 (file)
@@ -138,5 +138,10 @@ set | grep ^GERRIT || true
 set | grep ^MACHINE || true
 #fi
 
+set -x
+
 git config --global user.email "jenkins-dontreply@build.automotivelinux.org"
-git config --global user.name "jenkins @ build.automotivelinux.org"
\ No newline at end of file
+sleep 1
+git config --global user.name "jenkins-dontreply@build.automotivelinux.org"
+
+set +x