fix(core_upload_update): remove CORE_UPDATE_URL

We are using the CoreOS CA now in core-admin. This isn't needed (and in
fact breaks things).
This commit is contained in:
Brandon Philips 2013-07-31 13:58:18 -07:00
parent 8e0c8bb8d0
commit 94c36b5483

View File

@ -68,7 +68,7 @@ cros_generate_update_payload \
MD5SUM=$(md5sum ${FLAGS_image} | cut -f1 -d" ")
gsutil cp "${OUTPUT_DIR}/update.gz" \
gs://update-storage.core-os.net/${FLAGS_track}/$MD5SUM/update.gz
CORE_UPDATE_URL="https://core-api.appspot.com" core-admin new-version \
core-admin new-version \
-k ${FLAGS_api_key} \
-a ${FLAGS_app_id} \
-v ${FLAGS_version} \