From 2ad0483d446ee0d5a26c5165278e846abc0f3fd6 Mon Sep 17 00:00:00 2001 From: I-Al-Istannen Date: Mon, 28 Oct 2024 15:51:12 +0100 Subject: [PATCH] fixup! Initial commit --- build.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.sh b/build.sh index 16382a3..ad4354f 100755 --- a/build.sh +++ b/build.sh @@ -14,6 +14,10 @@ git clone https://github.com/mattermost/mattermost-mobile pushd mattermost-mobile || exit 1 +# Setup config for git am +git config --global user.email "mattermost@kitctf.de" +git config --global user.name "KITCTF Mattermost patcher" + if [ -n "$TARGET_REV" ]; then git checkout "$TARGET_REV" fi