clear the snapshot repos after every doc
This commit is contained in:
@ -103,11 +103,6 @@ function rangeMatchesCurrentVersion(rangeString, done) {
|
||||
}
|
||||
|
||||
|
||||
// empty all of the indices in ES please
|
||||
function clearIndices(done) {
|
||||
clientManager.get().clearEs(done);
|
||||
}
|
||||
|
||||
function YamlDoc(doc, file) {
|
||||
var self = this;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user