mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[ci] fix eslint task name
This commit is contained in:
parent
46c1118e30
commit
d54e0d5293
1 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@ import { delimiter } from 'path';
|
|||
module.exports = function (grunt) {
|
||||
// TODO: remove after migration to new CI is complete
|
||||
grunt.registerTask('jenkins', [
|
||||
'jenkins:env',
|
||||
'rejectRejFiles',
|
||||
'test',
|
||||
process.env.JOB_NAME === 'kibana_core' ? 'build' : null
|
||||
|
@ -24,7 +25,7 @@ module.exports = function (grunt) {
|
|||
'jenkins:env',
|
||||
'rejectRejFiles',
|
||||
|
||||
'lint:source',
|
||||
'eslint:source',
|
||||
'test:server',
|
||||
'test:browser',
|
||||
'test:api',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue