mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
This reverts commit fcc1680f989f79e07a0e4ef4ba399f609fc388da.
This commit is contained in:
parent
b6557b9f92
commit
fa8de99611
@ -1 +1 @@
|
|||||||
1000
|
799610
|
||||||
|
@ -1 +0,0 @@
|
|||||||
UPSTREAM_CHROMIUM_REVISION=792639
|
|
@ -5,11 +5,10 @@ set +x
|
|||||||
trap "cd $(pwd -P)" EXIT
|
trap "cd $(pwd -P)" EXIT
|
||||||
cd "$(dirname $0)"
|
cd "$(dirname $0)"
|
||||||
|
|
||||||
source "./UPSTREAM_CONFIG.sh"
|
|
||||||
|
|
||||||
mkdir -p output
|
mkdir -p output
|
||||||
cd output
|
cd output
|
||||||
|
|
||||||
|
BUILD_NUMBER=$(head -1 ../BUILD_NUMBER)
|
||||||
FOLDER_NAME=""
|
FOLDER_NAME=""
|
||||||
ZIP_NAME=""
|
ZIP_NAME=""
|
||||||
FILES_TO_REMOVE=()
|
FILES_TO_REMOVE=()
|
||||||
@ -33,7 +32,7 @@ else
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
URL="https://storage.googleapis.com/chromium-browser-snapshots/${FOLDER_NAME}/${UPSTREAM_CHROMIUM_REVISION}/${ZIP_NAME}"
|
URL="https://storage.googleapis.com/chromium-browser-snapshots/${FOLDER_NAME}/${BUILD_NUMBER}/${ZIP_NAME}"
|
||||||
curl --output upstream.zip "${URL}"
|
curl --output upstream.zip "${URL}"
|
||||||
|
|
||||||
unzip upstream.zip
|
unzip upstream.zip
|
||||||
|
Loading…
x
Reference in New Issue
Block a user