mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Backport https://github.com/elastic/kibana/pull/162724
This commit is contained in:
parent
56e9d72931
commit
912c479e57
1 changed files with 1 additions and 2 deletions
|
@ -215,10 +215,9 @@ export const getEsPackage = async (
|
|||
setArchiveEntry(path, buffer);
|
||||
paths.push(path);
|
||||
}
|
||||
paths.push(path);
|
||||
if (path.endsWith(MANIFEST_NAME) && buffer) manifests[path] = buffer;
|
||||
});
|
||||
// // Add asset references to cache
|
||||
// Add asset references to cache
|
||||
setArchiveFilelist({ name: pkgName, version: pkgVersion }, paths);
|
||||
|
||||
const packageInfo = parseAndVerifyArchive(paths, manifests);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue