diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-04-24 23:05:19 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-04-24 23:05:19 +0200 |
commit | 40afd99f2b14af539fe50fc35941f3198e922d13 (patch) | |
tree | 984a5bf1218b2fdbb8bc58b0a5a2453a91e2403c /jjb | |
parent | 31cda9e285ec36f95b5d97d8554879d02564b7c4 (diff) |
Do not remove the existing files
Change-Id: Ie69e9e1b9161c37838d3d75527ae650562d2f744
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/common/include-agl-header.sh | 2 |
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" |