From 40afd99f2b14af539fe50fc35941f3198e922d13 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Mon, 24 Apr 2017 23:05:19 +0200 Subject: Do not remove the existing files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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(-) (limited to 'jjb/common') 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" -- cgit 1.2.3-korg