mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
devops: migrate to new CDN for browser builds (#467)
This commit is contained in:
parent
778ab3deff
commit
27f32a72e9
@ -18,7 +18,7 @@ fi
|
|||||||
trap "cd $(pwd -P)" EXIT
|
trap "cd $(pwd -P)" EXIT
|
||||||
cd "$(dirname "$0")"
|
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_REVISION=$(cat ../firefox/BUILD_NUMBER)
|
||||||
FFOX_ARCHIVES=(
|
FFOX_ARCHIVES=(
|
||||||
|
@ -216,7 +216,7 @@ export class FFPlaywright implements Playwright {
|
|||||||
|
|
||||||
const defaultOptions = {
|
const defaultOptions = {
|
||||||
path: path.join(this._projectRoot, '.local-firefox'),
|
path: path.join(this._projectRoot, '.local-firefox'),
|
||||||
host: 'https://playwrightaccount.blob.core.windows.net',
|
host: 'https://playwright.blob.core.windows.net',
|
||||||
platform: (() => {
|
platform: (() => {
|
||||||
const platform = os.platform();
|
const platform = os.platform();
|
||||||
if (platform === 'darwin')
|
if (platform === 'darwin')
|
||||||
|
@ -175,7 +175,7 @@ export class WKPlaywright implements Playwright {
|
|||||||
|
|
||||||
const defaultOptions = {
|
const defaultOptions = {
|
||||||
path: path.join(this._projectRoot, '.local-webkit'),
|
path: path.join(this._projectRoot, '.local-webkit'),
|
||||||
host: 'https://playwrightaccount.blob.core.windows.net',
|
host: 'https://playwright.blob.core.windows.net',
|
||||||
platform: (() => {
|
platform: (() => {
|
||||||
const platform = os.platform();
|
const platform = os.platform();
|
||||||
if (platform === 'darwin')
|
if (platform === 'darwin')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user