mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Move over to Google Storage vs AWS (#44685)
This commit is contained in:
parent
39424f5724
commit
f8ba0238ee
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ import path from 'path';
|
|||
|
||||
export const paths = {
|
||||
archivesPath: path.resolve(__dirname, '../../../.chromium'),
|
||||
baseUrl: 'https://s3.amazonaws.com/headless-shell/',
|
||||
baseUrl: 'https://storage.googleapis.com/headless_shell/',
|
||||
packages: [
|
||||
{
|
||||
platforms: ['darwin', 'freebsd', 'openbsd'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue