aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-agl-header.sh
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-04-24 23:05:19 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-04-24 23:05:19 +0200
commit40afd99f2b14af539fe50fc35941f3198e922d13 (patch)
tree984a5bf1218b2fdbb8bc58b0a5a2453a91e2403c /jjb/common/include-agl-header.sh
parent31cda9e285ec36f95b5d97d8554879d02564b7c4 (diff)
Do not remove the existing files
Change-Id: Ie69e9e1b9161c37838d3d75527ae650562d2f744 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/common/include-agl-header.sh')
-rw-r--r--jjb/common/include-agl-header.sh2
1 files changed, 1 insertions, 1 deletions
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"