From 521ca70254c7df3ddece0f5415f5f15995ab8c33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Mon, 16 Jun 2014 10:30:14 +0200 Subject: [PATCH] set the git user and email to avoid problems --- packaging/update-wiki.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packaging/update-wiki.sh b/packaging/update-wiki.sh index 338aa51a66..2c281f2d1e 100755 --- a/packaging/update-wiki.sh +++ b/packaging/update-wiki.sh @@ -1,3 +1,6 @@ +git config --global user.email "travis@travis-ci.org" +git config --global user.name "travis-ci" + echo "Updating https://github.com/OpenRA/OpenRA/wiki/Traits" rm -rf openra-wiki git clone git@github.com:OpenRA/OpenRA.wiki.git openra-wiki