mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Move over to Google Storage vs AWS
This commit is contained in:
parent
f1cb24fd66
commit
4781f9bdff
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