mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 08:26:16 -04:00
Bugfix: Travis parse (#4164)
This commit is contained in:
parent
ab8320d15b
commit
8ae823032d
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ jobs:
|
|||
install:
|
||||
- "bin/installDeps.sh"
|
||||
# Set soffice to /usr/bin/soffice
|
||||
- "sed 's/\"soffice\": null,/\"soffice\": "/usr/bin/soffice",/g' settings.json.template > settings.json"
|
||||
- "sed 's/\"soffice\": null,/\"soffice\": \"/usr/bin/soffice\",/g' settings.json.template > settings.json"
|
||||
# Set allowAnyoneToImport to true
|
||||
- "sed 's/\"allowAnyoneToImport\": false,/\"allowAnyoneToInput\": true,/g' settings.json > settings.json"
|
||||
- "cd src && npm install && cd -"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue