mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
started removing kibana stuff I do not need, thinking of doing a custom dashboard based on kibana
This commit is contained in:
@@ -1,34 +0,0 @@
|
||||
module.exports = function(config) {
|
||||
return {
|
||||
dist: {
|
||||
bucket: 'download.elasticsearch.org',
|
||||
access: 'private',
|
||||
// debug: true, // uncommment to prevent actual upload
|
||||
upload: [
|
||||
{
|
||||
src: '<%= tempDir %>/<%= pkg.name %>-latest.zip',
|
||||
dest: 'kibana/kibana/<%= pkg.name %>-latest.zip',
|
||||
},
|
||||
{
|
||||
src: '<%= tempDir %>/<%= pkg.name %>-latest.tar.gz',
|
||||
dest: 'kibana/kibana/<%= pkg.name %>-latest.tar.gz',
|
||||
}
|
||||
]
|
||||
},
|
||||
release: {
|
||||
bucket: 'download.elasticsearch.org',
|
||||
access: 'private',
|
||||
// debug: true, // uncommment to prevent actual upload
|
||||
upload: [
|
||||
{
|
||||
src: '<%= tempDir %>/<%= pkg.name %>-<%= pkg.version %>.zip',
|
||||
dest: 'kibana/kibana/<%= pkg.name %>-<%= pkg.version %>.zip',
|
||||
},
|
||||
{
|
||||
src: '<%= tempDir %>/<%= pkg.name %>-<%= pkg.version %>.tar.gz',
|
||||
dest: 'kibana/kibana/<%= pkg.name %>-<%= pkg.version %>.tar.gz',
|
||||
}
|
||||
]
|
||||
}
|
||||
};
|
||||
};
|
||||
@@ -1,13 +0,0 @@
|
||||
module.exports = function(config) {
|
||||
return {
|
||||
docs: {
|
||||
src: ['src/app/**/*.js','src/config.js'],
|
||||
dest: config.docsDir+"/kibana",
|
||||
options: {
|
||||
unslash: true,
|
||||
extension: '.asciidoc',
|
||||
annotate: '// '
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user