mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[packages] Set publish prefix kibana/major_version.x
This commit is contained in:
parent
8294487cee
commit
9d809f3aea
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ export default (grunt) => {
|
|||
const VERSION = grunt.config.get('pkg.version');
|
||||
|
||||
const FOLDER_STAGING = `kibana/staging/${VERSION.match(/\d\.\d\.\d/)[0]}-XXXXXXX/repos/${VERSION.match(/\d\./)[0]}x`;
|
||||
const FOLDER_PRODUCTION = `kibana/${VERSION.match(/\d\.\d/)[0]}`;
|
||||
const FOLDER_PRODUCTION = `kibana/${version.match(/\d\./)[0]}x`;
|
||||
|
||||
const FOLDERNAME_DEB = 'debian';
|
||||
const FOLDERNAME_RPM = 'centos';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue