mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-24 12:01:59 +01:00
Update prebuilt.py call to reference proper external path
BUG=NA TEST=Ran on a full buildbot run to verify paths Review URL: http://codereview.chromium.org/4282002
This commit is contained in:
parent
cb8c73b7fe
commit
27dbab06f2
@ -273,7 +273,8 @@ then
|
||||
# This will upload prebuilt packages to Google Storage.
|
||||
prebuilt_cmd="${SCRIPTS_DIR}/prebuilt.py"
|
||||
prebuilt_cmd="$prebuilt_cmd -u gs://chromeos-prebuilt --git-sync -V master"
|
||||
prebuilt_cmd="$prebuilt_cmd -p $(readlink -f ../../../..) -b ${FLAGS_board}"
|
||||
prebuilt_cmd="$prebuilt_cmd -p $(readlink -f ../../../../build/chromiumos)"
|
||||
prebuilt_cmd="$prebuilt_cmd -b ${FLAGS_board}"
|
||||
|
||||
if [ "${FLAGS_BOARD}" == "x86-generic" ]
|
||||
then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user