Skip to content

Commit

Permalink
[packages] Set publish prefix kibana/major_version.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Jun 13, 2016
1 parent 8294487 commit 9d809f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/config/packages.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 9d809f3

Please sign in to comment.