Change-Id: I83fd7c86e9427796cfc30c0ab05a7088a1e1f5c3
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
set -x
-rm -rf ~/.gitconfi* || true
-
-git config --global user.email "jenkins-dontreply@build.automotivelinux.org"
-sync
-sleep 1
-ls -alh ~/.gitconfi*
-rm -rf ~/.gitconfig.lock || true
-git config --global user.name "jenkins-dontreply@build.automotivelinux.org"
+#rm -rf ~/.gitconfi* || true
+
+git config --global --replace-all --add user.email "jenkins-dontreply@build.automotivelinux.org" --add user.name "jenkins-dontreply@build.automotivelinux.org"
+
+#git config --global user.email "jenkins-dontreply@build.automotivelinux.org"
+#sync
+#sleep 1
+#ls -alh ~/.gitconfi*
+#rm -rf ~/.gitconfig.lock || true
+#git config --global user.name "jenkins-dontreply@build.automotivelinux.org"
set +x