chore: fix rice-box import with sed in push_ricebox
This commit is contained in:
parent
7afaf59e5d
commit
43ab4fa3de
|
@ -12,6 +12,7 @@ openssl aes-256-cbc -K $encrypted_9ca81b5594f5_key -iv $encrypted_9ca81b5594f5_i
|
|||
git clone git@github.com:filebrowser/caddy caddy
|
||||
cd caddy
|
||||
cp ../../rice-box.go assets/
|
||||
sed -i 's/package filebrowser/package assets/g' assets/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