mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-28 14:01:43 +01:00
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:
parent
8e0c8bb8d0
commit
94c36b5483
@ -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} \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user