mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 21:53:35 +03:00
chore: fix typo in build script
This commit is contained in:
parent
3cb3c650df
commit
f09145e504
@ -12,7 +12,7 @@ cd output
|
||||
BUILD_NUMBER=$(head -1 ../BUILD_NUMBER)
|
||||
# Support BUILD_NUMBER in the form of <CRREV>.<GENERATION>
|
||||
# This will allow us to bump generation to produce new builds.
|
||||
CRREV="${BUILD_NUMBER%.*}
|
||||
CRREV="${BUILD_NUMBER%.*}"
|
||||
|
||||
CHROMIUM_URL=""
|
||||
CHROMIUM_FOLDER_NAME=""
|
||||
|
Loading…
Reference in New Issue
Block a user