chore: fix author in push_rice (#514)
parent
1e12bb7f7c
commit
7afaf59e5d
|
@ -13,6 +13,8 @@ git clone git@github.com:filebrowser/caddy caddy
|
||||||
cd caddy
|
cd caddy
|
||||||
cp ../../rice-box.go assets/
|
cp ../../rice-box.go assets/
|
||||||
git checkout -b update-rice-box origin/master
|
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"
|
git commit -am "update rice-box $COMMIT_SHA"
|
||||||
|
|
||||||
if [ $(git tag | grep "$TRAVIS_TAG" | wc -l) -ne 0 ]; then
|
if [ $(git tag | grep "$TRAVIS_TAG" | wc -l) -ne 0 ]; then
|
||||||
|
|
Loading…
Reference in New Issue