devops: migrate to new CDN for browser builds (#467)
This commit is contained in:
Родитель
778ab3deff
Коммит
27f32a72e9
|
@ -18,7 +18,7 @@ fi
|
|||
trap "cd $(pwd -P)" EXIT
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
HOST="https://playwrightaccount.blob.core.windows.net/builds"
|
||||
HOST="https://playwright.blob.core.windows.net/builds"
|
||||
|
||||
FFOX_REVISION=$(cat ../firefox/BUILD_NUMBER)
|
||||
FFOX_ARCHIVES=(
|
||||
|
|
|
@ -216,7 +216,7 @@ export class FFPlaywright implements Playwright {
|
|||
|
||||
const defaultOptions = {
|
||||
path: path.join(this._projectRoot, '.local-firefox'),
|
||||
host: 'https://playwrightaccount.blob.core.windows.net',
|
||||
host: 'https://playwright.blob.core.windows.net',
|
||||
platform: (() => {
|
||||
const platform = os.platform();
|
||||
if (platform === 'darwin')
|
||||
|
|
|
@ -175,7 +175,7 @@ export class WKPlaywright implements Playwright {
|
|||
|
||||
const defaultOptions = {
|
||||
path: path.join(this._projectRoot, '.local-webkit'),
|
||||
host: 'https://playwrightaccount.blob.core.windows.net',
|
||||
host: 'https://playwright.blob.core.windows.net',
|
||||
platform: (() => {
|
||||
const platform = os.platform();
|
||||
if (platform === 'darwin')
|
||||
|
|
Загрузка…
Ссылка в новой задаче