Skip to content

Commit

Permalink
fixup! Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
I-Al-Istannen committed Oct 28, 2024
1 parent ba5cf63 commit 2ad0483
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]"
git config --global user.name "KITCTF Mattermost patcher"

if [ -n "$TARGET_REV" ]; then
git checkout "$TARGET_REV"
fi
Expand Down

0 comments on commit 2ad0483

Please sign in to comment.