Skip to content

Commit

Permalink
Update paths.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan authored Apr 29, 2021
1 parent 95dc744 commit 78a0642
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions x-pack/plugins/reporting/server/browsers/chromium/paths.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

import path from 'path';

// We download zip files from a Kibana team GCS bucket named `headless_shell`

interface PackageInfo {
platform: string;
architecture: string;
Expand All @@ -18,6 +16,7 @@ interface PackageInfo {
binaryRelativePath: string;
}

// We download zip files from a Kibana team GCS bucket named `headless_shell`
enum BaseUrl {
custom = 'https://storage.googleapis.com/headless_shell',
}
Expand Down Expand Up @@ -58,7 +57,7 @@ export class ChromiumArchivePaths {
},
];

// temporary directory for unzipping the browser
// zip files get downloaded to a .chromium directory in the kibana root
public readonly archivesPath = path.resolve(__dirname, '../../../../../../.chromium');

public find(platform: string, architecture: string) {
Expand Down

0 comments on commit 78a0642

Please sign in to comment.