From: Jan-Simon Möller Date: Mon, 24 Apr 2017 21:05:19 +0000 (+0200) Subject: Do not remove the existing files X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F33%2F9233%2F1;p=ci-management.git Do not remove the existing files Change-Id: Ie69e9e1b9161c37838d3d75527ae650562d2f744 Signed-off-by: Jan-Simon Möller --- 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"