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)
|
BUILD_NUMBER=$(head -1 ../BUILD_NUMBER)
|
||||||
# Support BUILD_NUMBER in the form of <CRREV>.<GENERATION>
|
# Support BUILD_NUMBER in the form of <CRREV>.<GENERATION>
|
||||||
# This will allow us to bump generation to produce new builds.
|
# This will allow us to bump generation to produce new builds.
|
||||||
CRREV="${BUILD_NUMBER%.*}
|
CRREV="${BUILD_NUMBER%.*}"
|
||||||
|
|
||||||
CHROMIUM_URL=""
|
CHROMIUM_URL=""
|
||||||
CHROMIUM_FOLDER_NAME=""
|
CHROMIUM_FOLDER_NAME=""
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue