mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-11 23:16:58 +02:00
Update relative path to be 4 directories deep since archive_build's cwd
is abused throughout the script and this is where end up at when prebuilt is called BUG=8389 TEST=Ran from the directory archive_build actually runs from. Review URL: http://codereview.chromium.org/4119017
This commit is contained in:
parent
cf51905a08
commit
720364bf56
@ -269,7 +269,7 @@ fi
|
||||
# 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 ../../../..) -b ${FLAGS_board}"
|
||||
|
||||
if [ "${FLAGS_BOARD}" == "x86-generic" ]
|
||||
then
|
||||
|
Loading…
Reference in New Issue
Block a user