mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Revert update pleaserun (#11304)
* Revert "Update pleaserun.js to use `--log-directory` with 0.0.28 (#11286)" This reverts commite96a8d8273
. * Revert "[jenkins] update call to pleaserun with --log-path (#11275)" This reverts commitbe609d9505
.
This commit is contained in:
parent
6d81bafe3d
commit
3a6e68a601
2 changed files with 2 additions and 2 deletions
|
@ -318,7 +318,7 @@ Packages are built using fpm, pleaserun, dpkg, and rpm. fpm and pleaserun can b
|
|||
```bash
|
||||
apt-get install ruby-dev rpm
|
||||
gem install fpm -v 1.5.0
|
||||
gem install pleaserun -v 0.0.28
|
||||
gem install pleaserun -v 0.0.24
|
||||
npm run build -- --skip-archives
|
||||
```
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ export default (grunt) => {
|
|||
'--description', capitalize(name),
|
||||
'--user', user,
|
||||
'--group', group,
|
||||
'--log-directory', `${path.logs}/`,
|
||||
'--sysv-log-path', `${path.logs}/`,
|
||||
'-p', service.name,
|
||||
'-v', service.version,
|
||||
path.kibanaBin,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue