Skip to content

Commit

Permalink
Revert "[kbn/es] pin 7.x snapshot until elastic/elasticsearch#39582 i… (
Browse files Browse the repository at this point in the history
#32580)

* Revert "[kbn/es] pin 7.x snapshot until elastic/elasticsearch#39582 is merged (#32340)"

This reverts commit 5285e8b.

* Update config.js
  • Loading branch information
jbudz authored and Spencer committed Mar 7, 2019
1 parent 497134f commit 4ff1281
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/kbn-es/src/install/snapshot.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ const { BASE_PATH } = require('../paths');
const { installArchive } = require('./archive');
const { log: defaultLog, cache } = require('../utils');

// pin TEST_ES_SNAPSHOT_VERSION until https://github.com/elastic/elasticsearch/pull/39582 is merged and snapshots have updated
if (!process.env.TEST_ES_SNAPSHOT_VERSION) {
process.env.TEST_ES_SNAPSHOT_VERSION = '7.1.0-36d8499e';
}

/**
* Download an ES snapshot
*
Expand Down

0 comments on commit 4ff1281

Please sign in to comment.