diff options
-rw-r--r-- | jjb/common/include-agl-header.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/jjb/common/include-agl-header.sh b/jjb/common/include-agl-header.sh index f3287e94..e2f527ee 100644 --- a/jjb/common/include-agl-header.sh +++ b/jjb/common/include-agl-header.sh @@ -140,6 +140,8 @@ set | grep ^MACHINE || true set -x +rm -rf ~/.gitconfig || true + git config --global user.email "jenkins-dontreply@build.automotivelinux.org" sleep 1 git config --global user.name "jenkins-dontreply@build.automotivelinux.org" |