Move over to Google Storage vs AWS (#44685)

This commit is contained in:
Joel Griffith 2019-09-06 11:18:39 -07:00 committed by GitHub
parent 39424f5724
commit f8ba0238ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'],