be more explicit about potential alias updates (#31214)
This commit is contained in:
@@ -336,7 +336,7 @@ async function indexVersion(
|
||||
console.log('Deleting index', index.index)
|
||||
}
|
||||
}
|
||||
|
||||
console.log('Updating alias actions:', aliasUpdates)
|
||||
await client.indices.updateAliases({ body: { actions: aliasUpdates } })
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user