mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
Update archive_build.sh to use new location of prebuilt.py.
BUG=chromium-os:11171 TEST=none Change-Id: I1ae54be5fd0e1606ca2690399c465f667e4be922 Review URL: http://codereview.chromium.org/6286051
This commit is contained in:
parent
c24465670d
commit
2b2f19fc2e
@ -279,7 +279,7 @@ fi
|
||||
if [ $FLAGS_prebuilt_upload -eq $FLAGS_TRUE ]; then
|
||||
# Construct prebuilt upload command.
|
||||
# This will upload prebuilt packages to Google Storage.
|
||||
prebuilt_cmd="${SCRIPTS_DIR}/prebuilt.py"
|
||||
prebuilt_cmd="${GCLIENT_ROOT}/chromite/buildbot/prebuilt.py"
|
||||
prebuilt_cmd="$prebuilt_cmd -u gs://chromeos-prebuilt --git-sync -V master"
|
||||
prebuilt_cmd="$prebuilt_cmd -p ${GCLIENT_ROOT} -b ${FLAGS_board}"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user