chore: update ricebox path on caddy repo [ci skip]

License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>

Former-commit-id: 92566ce4d867c9ca04840bc8a10c72620bef7988 [formerly b417064bd37ebf0d30bc38b6f2e463a1ca3d5531] [formerly 8c167e6c20cce29f068d9ef574e5a52830c4b2d8 [formerly cae8809da0]]
Former-commit-id: 45bc3ca821d054bb8b96bbc58f8206268cd944b1 [formerly ce0f48e3b4673ae70aca38fe427a334c8129b4ae]
Former-commit-id: 69b5cd589a27d444adbb83b8f1ae7fbd7ed4709f
This commit is contained in:
Henrique Dias 2019-01-07 20:59:55 +00:00
parent 5a83d6736b
commit 1809a3638b

View File

@ -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"