mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
remove "build" task from jenkins script
This commit is contained in:
parent
552b824711
commit
e1a04f9514
1 changed files with 1 additions and 2 deletions
|
@ -2,8 +2,7 @@ module.exports = function (grunt) {
|
|||
|
||||
grunt.registerTask('jenkins', 'Jenkins build script', [
|
||||
'esvm:dev',
|
||||
'test',
|
||||
'build'
|
||||
'test'
|
||||
]);
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue