Skip to content

Commit

Permalink
remove unneeded tasks from elasticsearch provisioning
Browse files Browse the repository at this point in the history
  • Loading branch information
juanma16062001 committed Jul 7, 2021
1 parent 4ab4b8b commit 69fd912
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions local/tasks/provision-elasticsearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@ const doco = require('../lib/doco');
module.exports = {
title: 'Provisioning ElasticSearch',
task: () => new Listr([
{
title: 'Creating 5.x-compatible indices',
task: () => doco('run', 'elasticsearch-legacy-provisioner')
},
{
title: 'Stopping 5.x container',
task: () => doco('stop', 'elasticsearch-legacy')
},
{
title: 'Creating indices',
task: () => doco('run', 'elasticsearch-provisioner')
Expand Down

0 comments on commit 69fd912

Please sign in to comment.