chore: update ricebox path on caddy repo [ci skip]
License: MIT Signed-off-by: Henrique Dias <hacdias@gmail.com>pull/615/head
parent
33a58c999a
commit
cae8809da0
|
@ -131,8 +131,8 @@ pushRicebox () {
|
|||
|
||||
git clone git@github.com:filebrowser/caddy caddy
|
||||
cd caddy
|
||||
cp $base/http/rice-box.go assets/
|
||||
sed -i 's/package lib/package assets/g' assets/rice-box.go
|
||||
cp $base/http/rice-box.go ./
|
||||
sed -i 's/package lib/package caddy/g' ./rice-box.go
|
||||
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"
|
||||
|
|
Loading…
Reference in New Issue