mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[ci] fix typo in jenkins:env task
This commit is contained in:
parent
ce9eb95901
commit
c684004324
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ module.exports = function (grunt) {
|
|||
process.env.JOB_NAME === 'kibana_core' ? 'build' : null
|
||||
]));
|
||||
|
||||
grunt.registerTask('jeknins:env', () => {
|
||||
grunt.registerTask('jenkins:env', () => {
|
||||
// make sure JAVA_HOME points to JDK8
|
||||
const HOME = '/usr/lib/jvm/jdk8';
|
||||
process.env.JAVA_HOME = HOME;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue