mirror of
https://github.com/microsoft/playwright-java.git
synced 2025-09-08 21:01:00 +00:00
chore: update cli to 0.171.0-1608602762905-6aa14d3 (#165)
This commit is contained in:
parent
077e8f6daa
commit
cc2d4fa707
@ -1 +1 @@
|
|||||||
0.170.0
|
0.171.0-1608602762905-6aa14d3
|
||||||
|
@ -31,10 +31,12 @@ do
|
|||||||
echo "Downloading driver for $PLATFORM to $(pwd)"
|
echo "Downloading driver for $PLATFORM to $(pwd)"
|
||||||
|
|
||||||
URL=https://playwright.azureedge.net/builds/cli
|
URL=https://playwright.azureedge.net/builds/cli
|
||||||
if [[ $CLI_VERSION == *"next"* ]]; then
|
if ! [[ $CLI_VERSION =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
|
||||||
URL=$URL/next
|
URL=$URL/next
|
||||||
fi
|
fi
|
||||||
curl -O $URL/$FILE_NAME
|
URL=$URL/$FILE_NAME
|
||||||
|
echo "Using url: $URL"
|
||||||
|
curl -O $URL
|
||||||
unzip $FILE_NAME -d .
|
unzip $FILE_NAME -d .
|
||||||
rm $FILE_NAME
|
rm $FILE_NAME
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user