mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-14 16:37:01 +02:00
Update prebuilt.py call to use the _proper_ variable for finding the
build root.
This commit is contained in:
parent
b8751abcb1
commit
667ad56014
@ -273,8 +273,7 @@ then
|
|||||||
# This will upload prebuilt packages to Google Storage.
|
# This will upload prebuilt packages to Google Storage.
|
||||||
prebuilt_cmd="${SCRIPTS_DIR}/prebuilt.py"
|
prebuilt_cmd="${SCRIPTS_DIR}/prebuilt.py"
|
||||||
prebuilt_cmd="$prebuilt_cmd -u gs://chromeos-prebuilt --git-sync -V master"
|
prebuilt_cmd="$prebuilt_cmd -u gs://chromeos-prebuilt --git-sync -V master"
|
||||||
prebuilt_cmd="$prebuilt_cmd -p $(readlink -f ../../../../build/chromiumos)"
|
prebuilt_cmd="$prebuilt_cmd -p ${GCLIENT_ROOT} -b ${FLAGS_board}"
|
||||||
prebuilt_cmd="$prebuilt_cmd -b ${FLAGS_board}"
|
|
||||||
|
|
||||||
if [ "${FLAGS_BOARD}" == "x86-generic" ]
|
if [ "${FLAGS_BOARD}" == "x86-generic" ]
|
||||||
then
|
then
|
||||||
|
Loading…
Reference in New Issue
Block a user