From 3f4db6b81e15a995c0f167973e97e7a8042f95d4 Mon Sep 17 00:00:00 2001 From: 1138-4EB <1138-4EB@users.noreply.github.com> Date: Thu, 16 Aug 2018 09:56:06 +0100 Subject: [PATCH] chore: fix author in push_rice (#514) Former-commit-id: f2b1df2b3387ae61c9e165de5763a0e06c2eb7d7 [formerly b3b5751c000a722e5d61e20ecfd0f7ef18420b0f] [formerly d951176d0cf0e0f1db255eb9d4fb0f52688c8cb9 [formerly 7afaf59e5d133806eb83d740b8aae9901031cf28]] Former-commit-id: 28fa6fdbd6b6414e303cf52ce57288e534a0a50c [formerly 780354453afc8940fec77d9b5765aeacc56dc924] Former-commit-id: a83f01e72a88cdcc557f85b84f513c38b565f08e --- build/push_ricebox.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/push_ricebox.sh b/build/push_ricebox.sh index 137ba83c..db6fd7dd 100755 --- a/build/push_ricebox.sh +++ b/build/push_ricebox.sh @@ -13,6 +13,8 @@ git clone git@github.com:filebrowser/caddy caddy cd caddy cp ../../rice-box.go assets/ git checkout -b update-rice-box origin/master +git config --local user.name "Filebrowser Bot" +git config --local user.email "FilebrowserBot@users.noreply.github.com" git commit -am "update rice-box $COMMIT_SHA" if [ $(git tag | grep "$TRAVIS_TAG" | wc -l) -ne 0 ]; then