From 40afd99f2b14af539fe50fc35941f3198e922d13 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan-Simon=20M=C3=B6ller?= Date: Mon, 24 Apr 2017 23:05:19 +0200 Subject: [PATCH] Do not remove the existing files MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: Ie69e9e1b9161c37838d3d75527ae650562d2f744 Signed-off-by: Jan-Simon Möller --- jjb/common/include-agl-header.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/common/include-agl-header.sh b/jjb/common/include-agl-header.sh index 8bd95439..6b303d3f 100644 --- a/jjb/common/include-agl-header.sh +++ b/jjb/common/include-agl-header.sh @@ -140,7 +140,7 @@ set | grep ^MACHINE || true set -x -rm -rf ~/.gitconfi* || true +#rm -rf ~/.gitconfi* || true if test ! -f ~/.gitconfig ; then git config --global --replace-all user.email "jenkins-dontreply@build.automotivelinux.org" -- 2.16.6